1 write to _hwndDesktop
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\ClickablePoint.cs (1)
19
_hwndDesktop
= UnsafeNativeMethods.GetDesktopWindow();
5 references to _hwndDesktop
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\ClickablePoint.cs (5)
23
_hwndProgman =
_hwndDesktop
;
78
if (hwndCurrent ==
_hwndDesktop
)
86
hwnd =
_hwndDesktop
;
97
hwnd =
_hwndDesktop
;
104
IntPtr hwndClip = hwnd ==
_hwndDesktop
? _hwndProgman : hwnd;