1 write to comboBox2
Accessibility_Core_App (1)
CommonControl1.Designer.cs (1)
53this.comboBox2 = new System.Windows.Forms.ComboBox();
9 references to comboBox2
Accessibility_Core_App (9)
CommonControl1.Designer.cs (9)
303this.groupBox3.Controls.Add(this.comboBox2); 318this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple; 319this.comboBox2.FormattingEnabled = true; 320this.comboBox2.Items.AddRange(new object[] { 326this.comboBox2.Location = new System.Drawing.Point(314, 85); 327this.comboBox2.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6); 328this.comboBox2.Name = "comboBox2"; 329this.comboBox2.Size = new System.Drawing.Size(257, 266); 330this.comboBox2.TabIndex = 3;