2 implementations of lpfnPrintHook
System.Windows.Forms (2)
winforms\Managed\System\WinForms\NativeMethods.cs (2)
3411public WndProc lpfnPrintHook { get { return m_lpfnPrintHook; } set { m_lpfnPrintHook = value; } } 3470public 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)
308data.lpfnPrintHook = null; 378data.lpfnPrintHook = hookProcPtr;