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