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