1 write to textBox3
WinFormsControlsTest (1)
ListBoxes.Designer.cs (1)
46this.textBox3 = new System.Windows.Forms.TextBox();
5 references to textBox3
WinFormsControlsTest (5)
ListBoxes.Designer.cs (5)
141this.textBox3.Location = new System.Drawing.Point(600, 40); 142this.textBox3.Name = "textBox3"; 143this.textBox3.Size = new System.Drawing.Size(100, 30); 150this.addButton3.Tag = new object[] { listBox3, textBox3 }; 215this.Controls.Add(this.textBox3);