5 references to _hwndDesktop
UIAutomationClientsideProviders (5)
MS\Internal\AutomationProxies\ClickablePoint.cs (5)
27
_hwndProgman =
_hwndDesktop
;
82
if (hwndCurrent ==
_hwndDesktop
)
90
hwnd =
_hwndDesktop
;
101
hwnd =
_hwndDesktop
;
108
IntPtr hwndClip = hwnd ==
_hwndDesktop
? _hwndProgman : hwnd;