1 write to textBox1
WinFormsControlsTest (1)
MultipleControls.Designer.cs (1)
40
this.
textBox1
= new System.Windows.Forms.TextBox();
9 references to textBox1
WinFormsControlsTest (9)
MultipleControls.cs (2)
127
textBox1
.Enabled = !
textBox1
.Enabled;
MultipleControls.Designer.cs (7)
118
this.
textBox1
.Location = new System.Drawing.Point(15, 264);
119
this.
textBox1
.Name = "textBox1";
120
this.
textBox1
.PlaceholderText = "Type some text here...";
121
this.
textBox1
.Size = new System.Drawing.Size(116, 23);
122
this.
textBox1
.TabIndex = 7;
123
this.
textBox1
.Text = "LLLLL";
308
this.Controls.Add(this.
textBox1
);