1 write to textBox4
WinFormsControlsTest (1)
ListBoxes.Designer.cs (1)
51this.textBox4 = new System.Windows.Forms.TextBox();
6 references to textBox4
WinFormsControlsTest (6)
ListBoxes.Designer.cs (6)
194this.textBox4.Location = new System.Drawing.Point(600, 240); 195this.textBox4.Name = "textBox4"; 196this.textBox4.Size = new System.Drawing.Size(100, 30); 197this.textBox4.Click += this.Control_Click; 204this.addButton4.Tag = new object[] { listBox4, textBox4 }; 246this.Controls.Add(this.textBox4);