1 write to textBox2
WinFormsControlsTest (1)
ListBoxes.Designer.cs (1)
41this.textBox2 = new System.Windows.Forms.TextBox();
6 references to textBox2
WinFormsControlsTest (6)
ListBoxes.Designer.cs (6)
112this.textBox2.Location = new System.Drawing.Point(240, 240); 113this.textBox2.Name = "textBox2"; 114this.textBox2.Size = new System.Drawing.Size(100, 30); 115this.textBox2.Click += this.Control_Click; 122this.addButton2.Tag = new object[] { listBox2, textBox2 }; 236this.Controls.Add(this.textBox2);