1 write to _hwnd
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WinEventTracker.cs (1)
617_hwnd = hwnd;
6 references to _hwnd
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\WinEventTracker.cs (6)
248if (ecp._hwnd == hwnd || ecp._hwnd == IntPtr.Zero) 300if ((ecp._hwnd == IntPtr.Zero)) 421if ( (hwnd == IntPtr.Zero || ecp._hwnd == hwnd) && 456remove = (ecp._hwnd == hwnd && ecp._idProp == evtIdProp._idProp); 462remove = (ecp._hwnd == hwnd && ecp._raiseEventFromRawElement == raiseEvents);