2 writes to landscape
System.Workflow.ComponentModel (2)
AuthoringOM\Design\WorkflowPrinting.cs (2)
481
this.
landscape
= printerSettings.DefaultPageSettings.Landscape;
515
set { this.
landscape
= value; }
1 reference to landscape
System.Workflow.ComponentModel (1)
AuthoringOM\Design\WorkflowPrinting.cs (1)
514
get { return this.
landscape
; }