1 instantiation of PaperSourceCollection
System.Drawing (1)
commonui\System\Drawing\Printing\PrinterSettings.cs (1)
416
get { return new
PaperSourceCollection
(Get_PaperSources());}
3 references to PaperSourceCollection
System.Drawing (2)
commonui\System\Drawing\Printing\PrinterSettings.cs (2)
415
public
PaperSourceCollection
PaperSources {
1553
/// Initializes a new instance of the <see cref='System.Drawing.Printing.PrinterSettings.
PaperSourceCollection
'/> class.
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (1)
1144
PrinterSettings.
PaperSourceCollection
paperSourceCollection = this.printDocument.PrinterSettings.PaperSources;