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