1 instantiation of PaperSourceCollection
System.Drawing (1)
commonui\System\Drawing\Printing\PrinterSettings.cs (1)
416get { return new PaperSourceCollection(Get_PaperSources());}
3 references to PaperSourceCollection
System.Drawing (2)
commonui\System\Drawing\Printing\PrinterSettings.cs (2)
415public 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)
1144PrinterSettings.PaperSourceCollection paperSourceCollection = this.printDocument.PrinterSettings.PaperSources;