1 write to CenterVerticallyCheckBox
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (1)
262
this.
CenterVerticallyCheckBox
= new System.Windows.Forms.CheckBox();
5 references to CenterVerticallyCheckBox
System.Workflow.ComponentModel (5)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (5)
140
this.
CenterVerticallyCheckBox
.Checked = this.printDocument.PageSetupData.CenterVertically;
382
this.centerTableLayoutPanel.Controls.Add(this.
CenterVerticallyCheckBox
, 1, 0);
388
resources.ApplyResources(this.
CenterVerticallyCheckBox
, "CenterVerticallyCheckBox");
389
this.
CenterVerticallyCheckBox
.Name = "CenterVerticallyCheckBox";
976
this.printDocument.PageSetupData.CenterVertically = this.
CenterVerticallyCheckBox
.Checked;