2 writes to _hwndProgman
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\ClickablePoint.cs (2)
24
_hwndProgman
= Misc.FindWindowEx(IntPtr.Zero, IntPtr.Zero, "Progman", null);
27
_hwndProgman
= _hwndDesktop;
2 references to _hwndProgman
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\ClickablePoint.cs (2)
25
if (
_hwndProgman
== IntPtr.Zero)
108
IntPtr hwndClip = hwnd == _hwndDesktop ?
_hwndProgman
: hwnd;