3 overrides of HookProc
System.Windows.Forms (2)
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.cs (1)
492
protected override unsafe IntPtr
HookProc
(IntPtr hWnd, int msg, IntPtr wparam, IntPtr lparam)
System\Windows\Forms\Dialogs\CommonDialogs\FontDialog.cs (1)
302
protected override IntPtr
HookProc
(IntPtr hWnd, int msg, IntPtr wparam, IntPtr lparam)
System.Windows.Forms.Design (1)
System\Drawing\Design\ColorEditor.CustomColorDialog.cs (1)
59
protected override unsafe IntPtr
HookProc
(IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam)
3 references to HookProc
System.Windows.Forms (1)
System\Windows\Forms\Dialogs\CommonDialogs\FontDialog.cs (1)
355
return base.
HookProc
(hWnd, msg, wparam, lparam);
System.Windows.Forms.Design (1)
System\Drawing\Design\ColorEditor.CustomColorDialog.cs (1)
142
return base.
HookProc
(hwnd, msg, wParam, lParam);
System.Windows.Forms.Tests (1)
System\Windows\Forms\CommonDialogTests.cs (1)
287
return base.
HookProc
(hWnd, msg, wparam, lparam);