1 write to ScaleFactor
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (1)
966this.printDocument.PageSetupData.ScaleFactor = (int)this.adjustToScaleInput.Value;
3 references to ScaleFactor
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (1)
119this.adjustToScaleInput.Value = this.printDocument.PageSetupData.ScaleFactor;
AuthoringOM\Design\WorkflowLayouts.cs (1)
736this.scaling = ((float)this.printDocument.PageSetupData.ScaleFactor / 100.0f);
AuthoringOM\Design\WorkflowPrinting.cs (1)
333this.scaling = ((float)this.pageSetupData.ScaleFactor) / 100.0f;