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