1 write to textBox2
WinFormsControlsTest (1)
ErrorProviderTest.Designer.cs (1)
43this.textBox2 = new System.Windows.Forms.TextBox();
7 references to textBox2
WinFormsControlsTest (7)
ErrorProviderTest.cs (2)
26if (textBox2.TextLength is < 5 or > 20) 28errorProvider2.SetError(textBox2, "The length of the testbox is invalid!");
ErrorProviderTest.Designer.cs (5)
107this.textBox2.Location = new System.Drawing.Point(19, 135); 108this.textBox2.Name = "textBox2"; 109this.textBox2.Size = new System.Drawing.Size(120, 23); 110this.textBox2.TabIndex = 0; 136this.Controls.Add(this.textBox2);