1 write to textBox1
WinFormsControlsTest (1)
ListBoxes.Designer.cs (1)
36this.textBox1 = new System.Windows.Forms.TextBox();
5 references to textBox1
WinFormsControlsTest (5)
ListBoxes.Designer.cs (5)
72this.textBox1.Location = new System.Drawing.Point(240, 40); 73this.textBox1.Name = "textBox1"; 74this.textBox1.Size = new System.Drawing.Size(100, 30); 81this.addButton1.Tag = new object[]{ listBox1, textBox1 }; 205this.Controls.Add(this.textBox1);