5 references to _hwndDesktop
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\ClickablePoint.cs (5)
26
_hwndProgman =
_hwndDesktop
;
81
if (hwndCurrent ==
_hwndDesktop
)
89
hwnd =
_hwndDesktop
;
100
hwnd =
_hwndDesktop
;
107
IntPtr hwndClip = hwnd ==
_hwndDesktop
? _hwndProgman : hwnd;