2 writes to allowPrintToFile
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Printing\PrintDialog.cs (2)
98
set {
allowPrintToFile
= value;}
277
allowPrintToFile
= true;
2 references to allowPrintToFile
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Printing\PrintDialog.cs (2)
97
get { return
allowPrintToFile
;}
255
if (!
allowPrintToFile
) flags |= NativeMethods.PD_DISABLEPRINTTOFILE;