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; 78if (hwndCurrent == _hwndDesktop) 86hwnd = _hwndDesktop; 97hwnd = _hwndDesktop; 104IntPtr hwndClip = hwnd == _hwndDesktop ? _hwndProgman : hwnd;