1 write to centerTableLayoutPanel
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (1)
261this.centerTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
8 references to centerTableLayoutPanel
System.Workflow.ComponentModel (8)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (8)
326this.centerTableLayoutPanel.SuspendLayout(); 375this.centerGroup.Controls.Add(this.centerTableLayoutPanel); 381resources.ApplyResources(this.centerTableLayoutPanel, "centerTableLayoutPanel"); 382this.centerTableLayoutPanel.Controls.Add(this.CenterVerticallyCheckBox, 1, 0); 383this.centerTableLayoutPanel.Controls.Add(this.CenterHorizontallyCheckBox, 0, 0); 384this.centerTableLayoutPanel.Name = "centerTableLayoutPanel"; 915this.centerTableLayoutPanel.ResumeLayout(false); 916this.centerTableLayoutPanel.PerformLayout();