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