3 writes to hhook
System.Windows.Forms (3)
winforms\Managed\System\WinForms\SendKeys.cs (3)
238hhook = UnsafeNativeMethods.SetWindowsHookEx(NativeMethods.WH_JOURNALPLAYBACK, 310hhook = IntPtr.Zero; 980hhook = IntPtr.Zero;
6 references to hhook
System.Windows.Forms (6)
winforms\Managed\System\WinForms\SendKeys.cs (6)
235if (hhook == IntPtr.Zero) { 242if (hhook == IntPtr.Zero) 305if (hhook != IntPtr.Zero) { 974if (hhook != IntPtr.Zero) { 979UnsafeNativeMethods.UnhookWindowsHookEx(new HandleRef(null, hhook)); 1101UnsafeNativeMethods.CallNextHookEx(new HandleRef(null, SendKeys.hhook), code, wparam, lparam);