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