2 writes to allowPrinter
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Printing\PageSetupDialog.cs (2)
120
set {
allowPrinter
= value;}
289
allowPrinter
= true;
2 references to allowPrinter
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Printing\PageSetupDialog.cs (2)
119
get { return
allowPrinter
;}
268
if (!
allowPrinter
|| printerSettings == null) flags |= NativeMethods.PSD_DISABLEPRINTER;