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