2 implementations of lpPrintTemplateName
System.Windows.Forms (2)
winforms\Managed\System\WinForms\NativeMethods.cs (2)
3414public string lpPrintTemplateName { get { return m_lpPrintTemplateName; } set { m_lpPrintTemplateName = value; } } 3473public 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)
310data.lpPrintTemplateName = null;