2 writes to Landscape
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (2)
1012
this.printDocument.DefaultPageSettings.
Landscape
= this.printDocument.PageSetupData.Landscape;
1018
this.printDocument.PrinterSettings.DefaultPageSettings.
Landscape
= this.printDocument.PageSetupData.Landscape;
4 references to Landscape
System.Drawing (2)
commonui\System\Drawing\Printing\PageSettings.cs (2)
244
if (!this.
Landscape
) {
588
+ ", Landscape=" +
Landscape
.ToString()
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (1)
1039
if (this.printDocument.DefaultPageSettings.
Landscape
)
AuthoringOM\Design\WorkflowPrinting.cs (1)
481
this.landscape = printerSettings.DefaultPageSettings.
Landscape
;