7 references to FromHandle
UIAutomationClient (7)
MS\Internal\Automation\BoundingRectTracker.cs (1)
100AutomationElement rawEl = AutomationElement.FromHandle(hwnd);
MS\Internal\Automation\FocusTracker.cs (1)
187return AutomationElement.FromHandle(hwnd);
MS\Internal\Automation\MenuTracker.cs (1)
68rawEl = AutomationElement.FromHandle( hwnd );
MS\Internal\Automation\WindowHideOrCloseTracker.cs (1)
80rawEl = AutomationElement.FromHandle( hwnd );
MS\Internal\Automation\WindowInteractionStateTracker.cs (1)
82AutomationElement rawEl = AutomationElement.FromHandle(hwnd);
MS\Internal\Automation\WindowShowOrOpenTracker.cs (1)
79AutomationElement rawEl = AutomationElement.FromHandle( hwnd );
MS\Internal\Automation\WindowVisualStateTracker.cs (1)
82AutomationElement rawEl = AutomationElement.FromHandle(hwnd);