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