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