1 write to textBox1
WinFormsControlsTest (1)
ListBoxes.Designer.cs (1)
36this.textBox1 = new System.Windows.Forms.TextBox();
6 references to textBox1
WinFormsControlsTest (6)
ListBoxes.Designer.cs (6)
74this.textBox1.Location = new System.Drawing.Point(240, 40); 75this.textBox1.Name = "textBox1"; 76this.textBox1.Size = new System.Drawing.Size(100, 30); 77this.textBox1.Click += this.Control_Click; 84this.addButton1.Tag = new object[] { listBox1, textBox1 }; 231this.Controls.Add(this.textBox1);