2 writes to allowPages
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Printing\PrintDialog.cs (2)
84set { allowPages = value;} 276allowPages = false;
2 references to allowPages
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Printing\PrintDialog.cs (2)
83get { return allowPages;} 254if (!allowPages) flags |= NativeMethods.PD_NOPAGENUMS;