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