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