2 writes to PrintToFile
System.Windows.Forms (2)
System\Windows\Forms\Printing\PrintDialog.cs (2)
320
PrinterSettings.
PrintToFile
= PrintToFile;
430
PrinterSettings.
PrintToFile
= PrintToFile;
2 references to PrintToFile
System.Drawing.Common (2)
System\Drawing\Printing\DefaultPrintController.cs (1)
45
lpszOutput = document.PrinterSettings.
PrintToFile
? outputPort : null
System\Drawing\Printing\PrintController.cs (1)
45
: document.PrinterSettings.
PrintToFile
? PrintAction.PrintToFile : PrintAction.PrintToPrinter;