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