5 references to SetWindowsHookEx
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.MouseHook.cs (1)
95_mouseHookHandle = PInvoke.SetWindowsHookEx(
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.ModalMenuFilter.HostedWindowsFormsMessageHook.cs (1)
66_messageHookHandle = PInvoke.SetWindowsHookEx(
System\Windows\Forms\SendKeys\SendKeys.cs (2)
224s_hhook = PInvoke.SetWindowsHookEx( 242HHOOK hookHandle = PInvoke.SetWindowsHookEx(
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\Behavior\BehaviorService.AdornerWindow.MouseHook.cs (1)
79_mouseHookHandle = PInvoke.SetWindowsHookEx(