2 overrides of HookProc
System.Windows.Forms (2)
winforms\Managed\System\WinForms\FileDialog.cs (1)
747
protected override IntPtr
HookProc
(IntPtr hWnd, int msg, IntPtr wparam, IntPtr lparam) {
winforms\Managed\System\WinForms\FontDialog.cs (1)
471
protected override IntPtr
HookProc
(IntPtr hWnd, int msg, IntPtr wparam, IntPtr lparam) {
4 references to HookProc
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ColorDialog.cs (1)
280
NativeMethods.WndProc hookProcPtr = new NativeMethods.WndProc(this.
HookProc
);
winforms\Managed\System\WinForms\FontDialog.cs (1)
509
return base.
HookProc
(hWnd, msg, wparam, lparam);
winforms\Managed\System\WinForms\Printing\PageSetupDialog.cs (1)
355
NativeMethods.WndProc hookProcPtr = new NativeMethods.WndProc(this.
HookProc
);
winforms\Managed\System\WinForms\Printing\PrintDialog.cs (1)
356
NativeMethods.WndProc hookProcPtr = new NativeMethods.WndProc(this.
HookProc
);