4 references to GetDesktopWindow
UIAutomationClient (4)
MS\Internal\Automation\HwndProxyElementProvider.cs (4)
951NativeMethods.HWND desktop = SafeNativeMethods.GetDesktopWindow(); 1171NativeMethods.HWND desktop = SafeNativeMethods.GetDesktopWindow(); 1198if (parent == SafeNativeMethods.GetDesktopWindow()) 1504return SafeNativeMethods.GetAncestor( hwnd, SafeNativeMethods.GA_PARENT ) == SafeNativeMethods.GetDesktopWindow();