1 write to textBox1
Accessibility_Core_App (1)
CommonControl2.Designer.cs (1)
53
this.
textBox1
= new System.Windows.Forms.TextBox();
7 references to textBox1
Accessibility_Core_App (7)
CommonControl2.Designer.cs (7)
152
this.
textBox1
.AutoCompleteCustomSource.AddRange(new string[] {
157
this.
textBox1
.Location = new System.Drawing.Point(313, 175);
158
this.
textBox1
.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
159
this.
textBox1
.Name = "textBox1";
160
this.
textBox1
.Size = new System.Drawing.Size(116, 23);
161
this.
textBox1
.TabIndex = 12;
274
this.Controls.Add(this.
textBox1
);