1 write to textBox1
WinFormsControlsTest (1)
ErrorProviderTest.Designer.cs (1)
38this.textBox1 = new System.Windows.Forms.TextBox();
7 references to textBox1
WinFormsControlsTest (7)
ErrorProviderTest.cs (2)
16if (textBox1.TextLength is < 5 or > 10) 18errorProvider1.SetError(textBox1, "The length of the testbox is invalid!");
ErrorProviderTest.Designer.cs (5)
77this.textBox1.Location = new System.Drawing.Point(19, 60); 78this.textBox1.Name = "textBox1"; 79this.textBox1.Size = new System.Drawing.Size(120, 23); 80this.textBox1.TabIndex = 0; 133this.Controls.Add(this.textBox1);