7 references to FromHandle
UIAutomationClient (7)
MS\Internal\Automation\BoundingRectTracker.cs (1)
110
AutomationElement rawEl = AutomationElement.
FromHandle
(hwnd);
MS\Internal\Automation\FocusTracker.cs (1)
195
return AutomationElement.
FromHandle
(hwnd);
MS\Internal\Automation\MenuTracker.cs (1)
78
rawEl = AutomationElement.
FromHandle
( hwnd );
MS\Internal\Automation\WindowHideOrCloseTracker.cs (1)
89
rawEl = AutomationElement.
FromHandle
( hwnd );
MS\Internal\Automation\WindowInteractionStateTracker.cs (1)
93
AutomationElement rawEl = AutomationElement.
FromHandle
(hwnd);
MS\Internal\Automation\WindowShowOrOpenTracker.cs (1)
90
AutomationElement rawEl = AutomationElement.
FromHandle
( hwnd );
MS\Internal\Automation\WindowVisualStateTracker.cs (1)
90
AutomationElement rawEl = AutomationElement.
FromHandle
(hwnd);