1 write to _hwnd
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WinEventTracker.cs (1)
604_hwnd = hwnd;
6 references to _hwnd
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\WinEventTracker.cs (6)
240if (ecp._hwnd == hwnd || ecp._hwnd == IntPtr.Zero) 292if ((ecp._hwnd == IntPtr.Zero)) 409if ( (hwnd == IntPtr.Zero || ecp._hwnd == hwnd) && 443remove = (ecp._hwnd == hwnd && ecp._idProp == evtIdProp._idProp); 449remove = (ecp._hwnd == hwnd && ecp._raiseEventFromRawElement == raiseEvents);