2 writes to _hHook
PresentationFramework (2)
System\Windows\Documents\WinEventHandler.cs (2)
91_hHook = UnsafeNativeMethods.SetWinEventHook(_eventMin, _eventMax, IntPtr.Zero, _winEventProc, 106_hHook = IntPtr.Zero ;
3 references to _hHook
PresentationFramework (3)
System\Windows\Documents\WinEventHandler.cs (3)
93if (_hHook == IntPtr.Zero ) 103if (_hHook != IntPtr.Zero ) 105UnsafeNativeMethods.UnhookWinEvent(_hHook);