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