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