1 write to _hwnd
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\WinEventTracker.cs (1)
624
_hwnd
= hwnd;
6 references to _hwnd
UIAutomationClientsideProviders (6)
MS\Internal\AutomationProxies\WinEventTracker.cs (6)
255
if (ecp.
_hwnd
== hwnd || ecp.
_hwnd
== IntPtr.Zero)
307
if ((ecp.
_hwnd
== IntPtr.Zero))
428
if ( (hwnd == IntPtr.Zero || ecp.
_hwnd
== hwnd) &&
463
remove = (ecp.
_hwnd
== hwnd && ecp._idProp == evtIdProp._idProp);
469
remove = (ecp.
_hwnd
== hwnd && ecp._raiseEventFromRawElement == raiseEvents);