2 writes to PrintToFile
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Printing\PrintDialog.cs (2)
427PrintToFile = ((data.Flags & NativeMethods.PD_PRINTTOFILE) != 0); 522PrintToFile = ((data.Flags & NativeMethods.PD_PRINTTOFILE) != 0);
2 references to PrintToFile
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Printing\PrintDialog.cs (2)
428PrinterSettings.PrintToFile = PrintToFile; 523PrinterSettings.PrintToFile = PrintToFile;