1 write to textBox1
WinFormsControlsTest (1)
DesignTimeAligned.Designer.cs (1)
37this.textBox1 = new System.Windows.Forms.TextBox();
7 references to textBox1
WinFormsControlsTest (7)
DesignTimeAligned.Designer.cs (7)
76this.textBox1.Location = new System.Drawing.Point(122, 12); 77this.textBox1.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); 78this.textBox1.Name = "textBox1"; 79this.textBox1.Size = new System.Drawing.Size(56, 31); 80this.textBox1.TabIndex = 4; 81this.textBox1.Text = "LLL"; 98this.Controls.Add(this.textBox1);