3 writes to PrintToFile
System.Windows.Forms (3)
System\Windows\Forms\Printing\PrintDialog.cs (3)
213PrintToFile = false; 319PrintToFile = (dialogSettings->Flags & PRINTDLGEX_FLAGS.PD_PRINTTOFILE) != 0; 429PrintToFile = dialogSettings.Flags.HasFlag(PRINTDLGEX_FLAGS.PD_PRINTTOFILE);
3 references to PrintToFile
System.Windows.Forms (3)
System\Windows\Forms\Printing\PrintDialog.cs (3)
180if (PrintToFile) 320PrinterSettings.PrintToFile = PrintToFile; 430PrinterSettings.PrintToFile = PrintToFile;