1 write to _winEventProc
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\MSAAWinEventWrap.cs (1)
182
_winEventProc
= new NativeMethods.WinEventProcDef(WinEventReentrancyFilter);
2 references to _winEventProc
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\MSAAWinEventWrap.cs (2)
88
_hHooks[0] = Misc.SetWinEventHook(_eventMin, _eventMax, IntPtr.Zero,
_winEventProc
, 0, 0, _fFlags);
183
_gchThis = GCHandle.Alloc(
_winEventProc
);