2 writes to _hHook
PresentationFramework (2)
System\Windows\Documents\WinEventHandler.cs (2)
85_hHook = UnsafeNativeMethods.SetWinEventHook(_eventMin, _eventMax, IntPtr.Zero, _winEventProc, 100_hHook = IntPtr.Zero ;
3 references to _hHook
PresentationFramework (3)
System\Windows\Documents\WinEventHandler.cs (3)
87if (_hHook == IntPtr.Zero ) 97if (_hHook != IntPtr.Zero ) 99UnsafeNativeMethods.UnhookWinEvent(_hHook);