3 writes to PaperSource
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (3)
1010this.printDocument.DefaultPageSettings.PaperSource = (PaperSource)this.paperSourceComboBox.SelectedItem; 1017this.printDocument.PrinterSettings.DefaultPageSettings.PaperSource = this.printDocument.DefaultPageSettings.PaperSource; 1206this.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)
1017this.printDocument.PrinterSettings.DefaultPageSettings.PaperSource = this.printDocument.DefaultPageSettings.PaperSource; 1197this.printDocument.DefaultPageSettings.PaperSource.Kind == paperSource.Kind && 1198this.printDocument.DefaultPageSettings.PaperSource.SourceName == paperSource.SourceName)