2 writes to allowCurrentPage
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Printing\PrintDialog.cs (2)
67set { allowCurrentPage = value;} 275allowCurrentPage = false;
2 references to allowCurrentPage
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Printing\PrintDialog.cs (2)
66get { return allowCurrentPage;} 253if (!allowCurrentPage) flags |= NativeMethods.PD_NOCURRENTPAGE;