1 write to CenterHorizontallyCheckBox
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (1)
263
this.
CenterHorizontallyCheckBox
= new System.Windows.Forms.CheckBox();
5 references to CenterHorizontallyCheckBox
System.Workflow.ComponentModel (5)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (5)
139
this.
CenterHorizontallyCheckBox
.Checked = this.printDocument.PageSetupData.CenterHorizontally;
383
this.centerTableLayoutPanel.Controls.Add(this.
CenterHorizontallyCheckBox
, 0, 0);
393
resources.ApplyResources(this.
CenterHorizontallyCheckBox
, "CenterHorizontallyCheckBox");
394
this.
CenterHorizontallyCheckBox
.Name = "CenterHorizontallyCheckBox";
975
this.printDocument.PageSetupData.CenterHorizontally = this.
CenterHorizontallyCheckBox
.Checked;