2 writes to allowPaper
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Printing\PageSetupDialog.cs (2)
103
set {
allowPaper
= value;}
288
allowPaper
= true;
2 references to allowPaper
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Printing\PageSetupDialog.cs (2)
102
get { return
allowPaper
;}
267
if (!
allowPaper
) flags |= NativeMethods.PSD_DISABLEPAPER;