4 references to GetDesktopWindow
UIAutomationClient (4)
MS\Internal\Automation\HwndProxyElementProvider.cs (4)
950NativeMethods.HWND desktop = SafeNativeMethods.GetDesktopWindow(); 1170NativeMethods.HWND desktop = SafeNativeMethods.GetDesktopWindow(); 1197if (parent == SafeNativeMethods.GetDesktopWindow()) 1503return SafeNativeMethods.GetAncestor( hwnd, SafeNativeMethods.GA_PARENT ) == SafeNativeMethods.GetDesktopWindow();