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