2 writes to allowSelection
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Printing\PrintDialog.cs (2)
114
set {
allowSelection
= value;}
278
allowSelection
= false;
2 references to allowSelection
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Printing\PrintDialog.cs (2)
113
get { return
allowSelection
;}
256
if (!
allowSelection
) flags |= NativeMethods.PD_NOSELECTION;