1 write to textBox4
WinFormsControlsTest (1)
ListBoxes.Designer.cs (1)
51this.textBox4 = new System.Windows.Forms.TextBox();
5 references to textBox4
WinFormsControlsTest (5)
ListBoxes.Designer.cs (5)
178this.textBox4.Location = new System.Drawing.Point(600, 240); 179this.textBox4.Name = "textBox4"; 180this.textBox4.Size = new System.Drawing.Size(100, 30); 187this.addButton4.Tag = new object[] { listBox4, textBox4 }; 220this.Controls.Add(this.textBox4);