29 references to WndProc
System.Windows.Forms (29)
winforms\Managed\System\WinForms\ColorDialog.cs (1)
280
NativeMethods.
WndProc
hookProcPtr = new NativeMethods.WndProc(this.HookProc);
winforms\Managed\System\WinForms\CommonDialog.cs (1)
297
NativeMethods.
WndProc
ownerProc = new NativeMethods.WndProc(this.OwnerWndProc);
winforms\Managed\System\WinForms\FileDialog.cs (1)
1000
NativeMethods.
WndProc
hookProcPtr = new NativeMethods.WndProc(this.HookProc);
winforms\Managed\System\WinForms\FontDialog.cs (1)
555
NativeMethods.
WndProc
hookProcPtr = new NativeMethods.WndProc(this.HookProc);
winforms\Managed\System\WinForms\NativeMethods.cs (17)
3326
public
WndProc
lpfnPageSetupHook = null;
3327
public
WndProc
lpfnPagePaintHook = null;
3352
WndProc
lpfnPrintHook { get; set; }
3353
WndProc
lpfnSetupHook { get; set; }
3384
WndProc
m_lpfnPrintHook;
3385
WndProc
m_lpfnSetupHook;
3411
public
WndProc
lpfnPrintHook { get { return m_lpfnPrintHook; } set { m_lpfnPrintHook = value; } }
3412
public
WndProc
lpfnSetupHook { get { return m_lpfnSetupHook; } set { m_lpfnSetupHook = value; } }
3443
WndProc
m_lpfnPrintHook;
3444
WndProc
m_lpfnSetupHook;
3470
public
WndProc
lpfnPrintHook { get { return m_lpfnPrintHook; } set { m_lpfnPrintHook = value; } }
3471
public
WndProc
lpfnSetupHook { get { return m_lpfnSetupHook; } set { m_lpfnSetupHook = value; } }
3507
public
WndProc
lpCallback = null;
3621
public
WndProc
lpfnHook;
3851
public
WndProc
lpfnHook;
3868
public
WndProc
lpfnHook;
4626
public
WndProc
lpfnWndProc;
winforms\Managed\System\WinForms\NativeWindow.cs (2)
100
NativeMethods.
WndProc
windowProc;
1477
internal NativeMethods.
WndProc
windowProc;
winforms\Managed\System\WinForms\Printing\PageSetupDialog.cs (1)
355
NativeMethods.
WndProc
hookProcPtr = new NativeMethods.WndProc(this.HookProc);
winforms\Managed\System\WinForms\Printing\PrintDialog.cs (2)
356
NativeMethods.
WndProc
hookProcPtr = new NativeMethods.WndProc(this.HookProc);
373
private bool ShowPrintDialog(IntPtr hwndOwner, NativeMethods.
WndProc
hookProcPtr, NativeMethods.PRINTDLG data) {
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (3)
1412
public static IntPtr SetWindowLong(HandleRef hWnd, int nIndex, NativeMethods.
WndProc
wndproc)
1423
public static extern IntPtr SetWindowLongPtr32(HandleRef hWnd, int nIndex, NativeMethods.
WndProc
wndproc);
1427
public static extern IntPtr SetWindowLongPtr64(HandleRef hWnd, int nIndex, NativeMethods.
WndProc
wndproc);