2 references to _hwndDesktop
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsButton.cs (1)
619
} while (hwndParent !=
_hwndDesktop
&& hwndParent != IntPtr.Zero);
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
548
result = Misc.MapWindowPoints(
_hwndDesktop
, hwnd, ref cbInfo.rcItem, 2);