1 write to textBox
WinFormsControlsTest (1)
TextBoxes.Designer.cs (1)
34this.textBox = new System.Windows.Forms.TextBox();
6 references to textBox
WinFormsControlsTest (6)
TextBoxes.Designer.cs (6)
44this.textBox.Location = new System.Drawing.Point(20, 20); 45this.textBox.Name = "textBox"; 46this.textBox.Size = new System.Drawing.Size(120, 30); 47this.textBox.TabIndex = 0; 48this.textBox.Text = "Some long long text for a TextBox"; 154this.Controls.Add(this.textBox);