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