3 writes to PaperSource
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (3)
1010
this.printDocument.DefaultPageSettings.
PaperSource
= (PaperSource)this.paperSourceComboBox.SelectedItem;
1017
this.printDocument.PrinterSettings.DefaultPageSettings.
PaperSource
= this.printDocument.DefaultPageSettings.PaperSource;
1206
this.printDocument.DefaultPageSettings.
PaperSource
= this.paperSourceComboBox.SelectedItem as PaperSource;
4 references to PaperSource
System.Drawing (1)
commonui\System\Drawing\Printing\PageSettings.cs (1)
591
+ ", PaperSource=" +
PaperSource
.ToString()
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (3)
1017
this.printDocument.PrinterSettings.DefaultPageSettings.PaperSource = this.printDocument.DefaultPageSettings.
PaperSource
;
1197
this.printDocument.DefaultPageSettings.
PaperSource
.Kind == paperSource.Kind &&
1198
this.printDocument.DefaultPageSettings.
PaperSource
.SourceName == paperSource.SourceName)