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