1 write to Landscape
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (1)
971this.printDocument.PageSetupData.Landscape = this.landscapeRadioButton.Checked;
5 references to Landscape
System.Workflow.ComponentModel (5)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (3)
130if (this.printDocument.PageSetupData.Landscape) 1012this.printDocument.DefaultPageSettings.Landscape = this.printDocument.PageSetupData.Landscape; 1018this.printDocument.PrinterSettings.DefaultPageSettings.Landscape = this.printDocument.PageSetupData.Landscape;
AuthoringOM\Design\WorkflowLayouts.cs (2)
827if (this.printDocument.PageSetupData.Landscape) 844if (this.printDocument.PageSetupData.Landscape)