1 write to textBox3
WinFormsControlsTest (1)
ListBoxes.Designer.cs (1)
46this.textBox3 = new System.Windows.Forms.TextBox();
6 references to textBox3
WinFormsControlsTest (6)
ListBoxes.Designer.cs (6)
152this.textBox3.Location = new System.Drawing.Point(600, 40); 153this.textBox3.Name = "textBox3"; 154this.textBox3.Size = new System.Drawing.Size(100, 30); 155this.textBox3.Click += this.Control_Click; 162this.addButton3.Tag = new object[] { listBox3, textBox3 }; 241this.Controls.Add(this.textBox3);