1 write to typeNameTableLayoutPanel
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
149
this.
typeNameTableLayoutPanel
= new System.Windows.Forms.TableLayoutPanel();
9 references to typeNameTableLayoutPanel
System.Workflow.ComponentModel (9)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (9)
158
this.
typeNameTableLayoutPanel
.SuspendLayout();
281
resources.ApplyResources(this.
typeNameTableLayoutPanel
, "typeNameTableLayoutPanel");
282
this.
typeNameTableLayoutPanel
.Controls.Add(this.typeNameLabel, 0, 0);
283
this.
typeNameTableLayoutPanel
.Controls.Add(this.typeTextBox, 1, 0);
284
this.
typeNameTableLayoutPanel
.Name = "typeNameTableLayoutPanel";
301
this.Controls.Add(this.
typeNameTableLayoutPanel
);
321
this.
typeNameTableLayoutPanel
.ResumeLayout(false);
322
this.
typeNameTableLayoutPanel
.PerformLayout();
509
Rectangle lineRectangle = new Rectangle(this.ClientRectangle.Left, this.artifactLabel.Bottom + ((this.
typeNameTableLayoutPanel
.Top + this.typeTextBox.Top - this.artifactLabel.Bottom) / 2), this.ClientRectangle.Width, 1);