1 write to tableLayoutPanel2
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\FormatControl.Designer.cs (1)
37tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
9 references to tableLayoutPanel2
System.Windows.Forms.Design (9)
System\Windows\Forms\Design\FormatControl.Designer.cs (9)
51tableLayoutPanel2.SuspendLayout(); 70tableLayoutPanel3.Controls.Add(this.tableLayoutPanel2, 1, 1); 83resources.ApplyResources(this.tableLayoutPanel2, "tableLayoutPanel2"); 84tableLayoutPanel2.Controls.Add(this.sampleGroupBox, 0, 0); 85tableLayoutPanel2.Controls.Add(this.tableLayoutPanel1, 0, 1); 86tableLayoutPanel2.Name = "tableLayoutPanel2"; 87tableLayoutPanel3.SetRowSpan(this.tableLayoutPanel2, 2); 182tableLayoutPanel2.ResumeLayout(false); 183tableLayoutPanel2.PerformLayout();