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