Пример #1
0
 public static UiElement FromPoint(Point point)
 {
     return(FromAutomationElement(AutomationElement.FromPoint(point)));
 }