5 references to GetDesktopWindow
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\ClickablePoint.cs (1)
464
private static IntPtr _hwndDesktop = UnsafeNativeMethods.
GetDesktopWindow
();
MS\Internal\AutomationProxies\Misc.cs (1)
379
if (hwndParent == IntPtr.Zero || hwndParent == UnsafeNativeMethods.
GetDesktopWindow
())
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
238
if (hwndParent != IntPtr.Zero && hwndParent != UnsafeNativeMethods.
GetDesktopWindow
())
MS\Internal\AutomationProxies\ProxySimple.cs (1)
708
internal static IntPtr _hwndDesktop = UnsafeNativeMethods.
GetDesktopWindow
();
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
169
IntPtr desktop = UnsafeNativeMethods.
GetDesktopWindow
();