2 writes to _hwndProgman
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\ClickablePoint.cs (2)
27_hwndProgman = Misc.FindWindowEx(IntPtr.Zero, IntPtr.Zero, "Progman", null); 30_hwndProgman = _hwndDesktop;
2 references to _hwndProgman
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\ClickablePoint.cs (2)
28if (_hwndProgman == IntPtr.Zero) 111IntPtr hwndClip = hwnd == _hwndDesktop ? _hwndProgman : hwnd;