2 implementations of hPrintTemplate
System.Windows.Forms (2)
winforms\Managed\System\WinForms\NativeMethods.cs (2)
3417public IntPtr hPrintTemplate { get { return m_hPrintTemplate; } set { m_hPrintTemplate = value; } } 3476public IntPtr hPrintTemplate { get { return m_hPrintTemplate; } set { m_hPrintTemplate = value; } }
1 write to hPrintTemplate
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Printing\PrintDialog.cs (1)
312data.hPrintTemplate = IntPtr.Zero;