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
);