Base:
method
HookProc
System.Windows.Forms.CommonDialog.HookProc(System.IntPtr, System.Int32, System.IntPtr, System.IntPtr)
1 reference to HookProc
System.Windows.Forms.Tests (1)
System\Windows\Forms\FontDialogTests.cs (1)
762public new IntPtr HookProc(IntPtr hWnd, int msg, IntPtr wparam, IntPtr lparam) => base.HookProc(hWnd, msg, wparam, lparam);