4 references to UnhookWindowsHookEx
System.Windows.Forms (4)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
7205
UnsafeNativeMethods.
UnhookWindowsHookEx
(new HandleRef(this, mouseHookHandle));
winforms\Managed\System\WinForms\SendKeys.cs (2)
264
UnsafeNativeMethods.
UnhookWindowsHookEx
(new HandleRef(null, hookHandle));
979
UnsafeNativeMethods.
UnhookWindowsHookEx
(new HandleRef(null, hhook));
winforms\Managed\System\WinForms\ToolStripManager.cs (1)
1446
UnsafeNativeMethods.
UnhookWindowsHookEx
(new HandleRef(this, messageHookHandle));