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