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