5 references to _hwndDesktop
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\ClickablePoint.cs (5)
30
_hwndProgman =
_hwndDesktop
;
85
if (hwndCurrent ==
_hwndDesktop
)
93
hwnd =
_hwndDesktop
;
104
hwnd =
_hwndDesktop
;
111
IntPtr hwndClip = hwnd ==
_hwndDesktop
? _hwndProgman : hwnd;