4 references to IsProgmanWindow
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\Misc.cs (4)
918
if ((
IsProgmanWindow
(hWndFrom) && hWndTo == IntPtr.Zero) ||
919
(hWndFrom == IntPtr.Zero &&
IsProgmanWindow
(hWndTo)))
943
if ((
IsProgmanWindow
(hWndFrom) && hWndTo == IntPtr.Zero) ||
944
(hWndFrom == IntPtr.Zero &&
IsProgmanWindow
(hWndTo)))