1 write to m_lpfnPrintHook
System.Windows.Forms (1)
winforms\Managed\System\WinForms\NativeMethods.cs (1)
3470
public WndProc lpfnPrintHook { get { return m_lpfnPrintHook; } set {
m_lpfnPrintHook
= value; } }
1 reference to m_lpfnPrintHook
System.Windows.Forms (1)
winforms\Managed\System\WinForms\NativeMethods.cs (1)
3470
public WndProc lpfnPrintHook { get { return
m_lpfnPrintHook
; } set { m_lpfnPrintHook = value; } }