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