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