4 references to GetDesktopWindow
UIAutomationClient (4)
MS\Internal\Automation\HwndProxyElementProvider.cs (4)
973NativeMethods.HWND desktop = SafeNativeMethods.GetDesktopWindow(); 1191NativeMethods.HWND desktop = SafeNativeMethods.GetDesktopWindow(); 1218if (parent == SafeNativeMethods.GetDesktopWindow()) 1513return SafeNativeMethods.GetAncestor( hwnd, SafeNativeMethods.GA_PARENT ) == SafeNativeMethods.GetDesktopWindow();