3 references to PD_PRINTTOFILE
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Printing\PrintDialog.cs (3)
260
if (printToFile) flags |= NativeMethods.
PD_PRINTTOFILE
;
427
PrintToFile = ((data.Flags & NativeMethods.
PD_PRINTTOFILE
) != 0);
522
PrintToFile = ((data.Flags & NativeMethods.
PD_PRINTTOFILE
) != 0);