5 references to hwndFocus
UIAutomationClient (5)
MS\Internal\Automation\FocusTracker.cs (1)
329
Accessible acc = Accessible.Create(guiThreadInfo.
hwndFocus
, UnsafeNativeMethods.OBJID_CLIENT, 0);
MS\Internal\Automation\HwndProxyElementProvider.cs (4)
184
return (gti.
hwndFocus
== _hwnd) || (SafeNativeMethods.IsChild(_hwnd, gti.
hwndFocus
));
2110
return gti.
hwndFocus
;
2136
return Wrap(gti.
hwndFocus
);