2 implementations of lpfnPrintHook
System.Windows.Forms (2)
winforms\Managed\System\WinForms\NativeMethods.cs (2)
3411
public WndProc
lpfnPrintHook
{ get { return m_lpfnPrintHook; } set { m_lpfnPrintHook = value; } }
3470
public WndProc
lpfnPrintHook
{ get { return m_lpfnPrintHook; } set { m_lpfnPrintHook = value; } }
2 writes to lpfnPrintHook
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Printing\PrintDialog.cs (2)
308
data.
lpfnPrintHook
= null;
378
data.
lpfnPrintHook
= hookProcPtr;