5 references to _hHook
PresentationFramework (5)
src\Framework\System\Windows\Documents\WinEventHandler.cs (5)
115
_hHook
.Value = UnsafeNativeMethods.SetWinEventHook(_eventMin, _eventMax, IntPtr.Zero, _winEventProc.Value,
117
if (
_hHook
.Value == IntPtr.Zero )
134
if (
_hHook
.Value != IntPtr.Zero )
136
UnsafeNativeMethods.UnhookWinEvent(
_hHook
.Value);
137
_hHook
.Value = IntPtr.Zero ;