1 write to CenterVertically
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (1)
976
this.printDocument.PageSetupData.
CenterVertically
= this.CenterVerticallyCheckBox.Checked;
3 references to CenterVertically
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (1)
140
this.CenterVerticallyCheckBox.Checked = this.printDocument.PageSetupData.
CenterVertically
;
AuthoringOM\Design\WorkflowLayouts.cs (1)
392
if (this.printDocument.PageSetupData.
CenterVertically
)
AuthoringOM\Design\WorkflowPrinting.cs (1)
357
if (this.pageSetupData.
CenterVertically
)