1 write to _winEventProc
UIAutomationClient (1)
MS\Internal\Automation\WinEventWrap.cs (1)
265_winEventProc = new NativeMethods.WinEventProcDef(WinEventReentrancyFilter);
2 references to _winEventProc
UIAutomationClient (2)
MS\Internal\Automation\WinEventWrap.cs (2)
130_hHooks[i] = UnsafeNativeMethods.SetWinEventHook(eventId, eventId, IntPtr.Zero, _winEventProc, 0, 0, _fFlags); 266_gchThis = GCHandle.Alloc(_winEventProc);