1 write to comboBox2
WinFormsControlsTest (1)
ComboBoxes.Designer.cs (1)
35this.comboBox2 = new System.Windows.Forms.ComboBox();
10 references to comboBox2
WinFormsControlsTest (10)
ComboBoxes.Designer.cs (10)
67this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 68this.comboBox2.FlatStyle = System.Windows.Forms.FlatStyle.System; 69this.comboBox2.FormattingEnabled = true; 70this.comboBox2.Items.AddRange(new object[] { 79this.comboBox2.Location = new System.Drawing.Point(148, 22); 80this.comboBox2.Name = "comboBox2"; 81this.comboBox2.Size = new System.Drawing.Size(121, 21); 82this.comboBox2.TabIndex = 4; 83this.comboBox2.DropDownHeight = 80; 283this.Controls.Add(this.comboBox2);