5 references to HookProc
System.Windows.Forms (5)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
7153NativeMethods.HookProc hook = new NativeMethods.HookProc(new MouseHookObject(this).Callback);
winforms\Managed\System\WinForms\SendKeys.cs (2)
106private static NativeMethods.HookProc hook; 254NativeMethods.HookProc hookProc = new NativeMethods.HookProc(EmptyHookCallback);
winforms\Managed\System\WinForms\ToolStripManager.cs (1)
1369private NativeMethods.HookProc hookProc;
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
500public static extern IntPtr SetWindowsHookEx(int hookid, NativeMethods.HookProc pfnhook, HandleRef hinst, int threadid);