1 write to textBox2
WinFormsControlsTest (1)
ListBoxes.Designer.cs (1)
41this.textBox2 = new System.Windows.Forms.TextBox();
5 references to textBox2
WinFormsControlsTest (5)
ListBoxes.Designer.cs (5)
105this.textBox2.Location = new System.Drawing.Point(240, 240); 106this.textBox2.Name = "textBox2"; 107this.textBox2.Size = new System.Drawing.Size(100, 30); 114this.addButton2.Tag = new object[] { listBox2, textBox2 }; 210this.Controls.Add(this.textBox2);