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)
87
if (
_hHook
== IntPtr.Zero )
97
if (
_hHook
!= IntPtr.Zero )
99
UnsafeNativeMethods.UnhookWinEvent(
_hHook
);