2 writes to _hHook
PresentationFramework (2)
System\Windows\Documents\WinEventHandler.cs (2)
84_hHook = UnsafeNativeMethods.SetWinEventHook(_eventMin, _eventMax, IntPtr.Zero, _winEventProc, 99_hHook = IntPtr.Zero ;
3 references to _hHook
PresentationFramework (3)
System\Windows\Documents\WinEventHandler.cs (3)
86if (_hHook == IntPtr.Zero ) 96if (_hHook != IntPtr.Zero ) 98UnsafeNativeMethods.UnhookWinEvent(_hHook);