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