1 write to comboBox12
WinFormsControlsTest (1)
ComboBoxes.Designer.cs (1)
45this.comboBox12 = new System.Windows.Forms.ComboBox();
9 references to comboBox12
WinFormsControlsTest (9)
ComboBoxes.Designer.cs (9)
209this.comboBox12.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple; 210this.comboBox12.FlatStyle = System.Windows.Forms.FlatStyle.System; 211this.comboBox12.FormattingEnabled = true; 212this.comboBox12.Items.AddRange(new object[] { 222this.comboBox12.Location = new System.Drawing.Point(275, 22); 223this.comboBox12.Name = "comboBox12"; 224this.comboBox12.Size = new System.Drawing.Size(121, 150); 225this.comboBox12.TabIndex = 11; 276this.Controls.Add(this.comboBox12);