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)
25if (_hwndProgman == IntPtr.Zero) 108IntPtr hwndClip = hwnd == _hwndDesktop ? _hwndProgman : hwnd;