1 write to m_hPrintTemplate
System.Windows.Forms (1)
winforms\Managed\System\WinForms\NativeMethods.cs (1)
3417
public IntPtr hPrintTemplate { get { return m_hPrintTemplate; } set {
m_hPrintTemplate
= value; } }
1 reference to m_hPrintTemplate
System.Windows.Forms (1)
winforms\Managed\System\WinForms\NativeMethods.cs (1)
3417
public IntPtr hPrintTemplate { get { return
m_hPrintTemplate
; } set { m_hPrintTemplate = value; } }