5 references to GetDesktopWindow
UIAutomationClientsideProviders (5)
MS\Internal\AutomationProxies\ClickablePoint.cs (1)
471private static IntPtr _hwndDesktop = UnsafeNativeMethods.GetDesktopWindow();
MS\Internal\AutomationProxies\Misc.cs (1)
393if (hwndParent == IntPtr.Zero || hwndParent == UnsafeNativeMethods.GetDesktopWindow())
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
259if (hwndParent != IntPtr.Zero && hwndParent != UnsafeNativeMethods.GetDesktopWindow())
MS\Internal\AutomationProxies\ProxySimple.cs (1)
725internal static IntPtr _hwndDesktop = UnsafeNativeMethods.GetDesktopWindow();
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
177IntPtr desktop = UnsafeNativeMethods.GetDesktopWindow();