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