1 write to thirdRowLabel
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\FormatControl.Designer.cs (1)
45thirdRowLabel = new System.Windows.Forms.Label();
11 references to thirdRowLabel
System.Windows.Forms.Design (11)
System\Windows\Forms\Design\FormatControl.cs (8)
264thirdRowLabel.Visible = true; 265tableLayoutPanel1.SetColumn(thirdRowLabel, 0); 266tableLayoutPanel1.SetColumnSpan(thirdRowLabel, 2); 278thirdRowLabel.Visible = false; 351thirdRowLabel.MaximumSize = new Drawing.Size(tableLayoutPanel1.Width, 0); 353tableLayoutPanel1.SetColumn(thirdRowLabel, 0); 354tableLayoutPanel1.SetColumnSpan(thirdRowLabel, 2); 355thirdRowLabel.AutoSize = true;
System\Windows\Forms\Design\FormatControl.Designer.cs (3)
110tableLayoutPanel1.Controls.Add(this.thirdRowLabel, 1, 2); 150resources.ApplyResources(this.thirdRowLabel, "thirdRowLabel"); 151thirdRowLabel.Name = "thirdRowLabel";