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)
255if (ecp._hwnd == hwnd || ecp._hwnd == IntPtr.Zero) 307if ((ecp._hwnd == IntPtr.Zero)) 428if ( (hwnd == IntPtr.Zero || ecp._hwnd == hwnd) && 463remove = (ecp._hwnd == hwnd && ecp._idProp == evtIdProp._idProp); 469remove = (ecp._hwnd == hwnd && ecp._raiseEventFromRawElement == raiseEvents);