2 implementations of lpPrintTemplateName
System.Windows.Forms (2)
winforms\Managed\System\WinForms\NativeMethods.cs (2)
3414
public string
lpPrintTemplateName
{ get { return m_lpPrintTemplateName; } set { m_lpPrintTemplateName = value; } }
3473
public string
lpPrintTemplateName
{ get { return m_lpPrintTemplateName; } set { m_lpPrintTemplateName = value; } }
1 write to lpPrintTemplateName
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Printing\PrintDialog.cs (1)
310
data.
lpPrintTemplateName
= null;