1 write to textBox1
WinFormsControlsTest (1)
CollectionEditors.Designer.cs (1)
36this.textBox1 = new System.Windows.Forms.TextBox();
7 references to textBox1
WinFormsControlsTest (7)
CollectionEditors.cs (1)
31textBox1.Lines = _stringArray;
CollectionEditors.Designer.cs (6)
62this.textBox1.Location = new System.Drawing.Point(4, 12); 63this.textBox1.Name = "textBox1"; 64this.textBox1.Size = new System.Drawing.Size(121, 20); 65this.textBox1.TabIndex = 0; 66this.textBox1.Enter += this.control_Enter; 113this.Controls.Add(this.textBox1);