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