2 writes to printToFile
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Printing\PrintDialog.cs (2)
191set { printToFile = value;} 280printToFile = false;
2 references to printToFile
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Printing\PrintDialog.cs (2)
190get { return printToFile;} 260if (printToFile) flags |= NativeMethods.PD_PRINTTOFILE;