1 write to comboBox1
Accessibility_Core_App (1)
CommonControl1.Designer.cs (1)
55this.comboBox1 = new System.Windows.Forms.ComboBox();
8 references to comboBox1
Accessibility_Core_App (8)
CommonControl1.Designer.cs (8)
305this.groupBox3.Controls.Add(this.comboBox1); 344this.comboBox1.FormattingEnabled = true; 345this.comboBox1.Items.AddRange(new object[] { 351this.comboBox1.Location = new System.Drawing.Point(15, 90); 352this.comboBox1.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6); 353this.comboBox1.Name = "comboBox1"; 354this.comboBox1.Size = new System.Drawing.Size(257, 40); 355this.comboBox1.TabIndex = 1;