4 references to SetWindowsHookEx
System.Windows.Forms (4)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
7156
mouseHookHandle = UnsafeNativeMethods.
SetWindowsHookEx
(NativeMethods.WH_MOUSE,
winforms\Managed\System\WinForms\SendKeys.cs (2)
238
hhook = UnsafeNativeMethods.
SetWindowsHookEx
(NativeMethods.WH_JOURNALPLAYBACK,
255
IntPtr hookHandle = UnsafeNativeMethods.
SetWindowsHookEx
(NativeMethods.WH_JOURNALPLAYBACK,
winforms\Managed\System\WinForms\ToolStripManager.cs (1)
1412
messageHookHandle = UnsafeNativeMethods.
SetWindowsHookEx
(NativeMethods.WH_GETMESSAGE,