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