1 write to CenterHorizontally
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (1)
975this.printDocument.PageSetupData.CenterHorizontally = this.CenterHorizontallyCheckBox.Checked;
3 references to CenterHorizontally
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (1)
139this.CenterHorizontallyCheckBox.Checked = this.printDocument.PageSetupData.CenterHorizontally;
AuthoringOM\Design\WorkflowLayouts.cs (1)
388if (this.printDocument.PageSetupData.CenterHorizontally)
AuthoringOM\Design\WorkflowPrinting.cs (1)
354if (this.pageSetupData.CenterHorizontally)