1 write to comboBox11
WinFormsControlsTest (1)
ComboBoxes.Designer.cs (1)
44this.comboBox11 = new System.Windows.Forms.ComboBox();
8 references to comboBox11
WinFormsControlsTest (8)
ComboBoxes.Designer.cs (8)
195this.comboBox11.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple; 196this.comboBox11.FormattingEnabled = true; 197this.comboBox11.Items.AddRange(new object[] { 202this.comboBox11.Location = new System.Drawing.Point(419, 22); 203this.comboBox11.Name = "comboBox11"; 204this.comboBox11.Size = new System.Drawing.Size(121, 150); 205this.comboBox11.TabIndex = 12; 275this.Controls.Add(this.comboBox11);