2 writes to margins
System.Workflow.ComponentModel (2)
AuthoringOM\Design\WorkflowPrinting.cs (2)
482
this.
margins
= printerSettings.DefaultPageSettings.Margins;
552
set { this.
margins
= value; }
1 reference to margins
System.Workflow.ComponentModel (1)
AuthoringOM\Design\WorkflowPrinting.cs (1)
551
get { return this.
margins
; }