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