1 write to _hwnd
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WinEventTracker.cs (1)
615
_hwnd
= hwnd;
6 references to _hwnd
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\WinEventTracker.cs (6)
246
if (ecp.
_hwnd
== hwnd || ecp.
_hwnd
== IntPtr.Zero)
298
if ((ecp.
_hwnd
== IntPtr.Zero))
419
if ( (hwnd == IntPtr.Zero || ecp.
_hwnd
== hwnd) &&
454
remove = (ecp.
_hwnd
== hwnd && ecp._idProp == evtIdProp._idProp);
460
remove = (ecp.
_hwnd
== hwnd && ecp._raiseEventFromRawElement == raiseEvents);