1 write to comboBox1
WinFormsControlsTest (1)
CollectionEditors.Designer.cs (1)
34this.comboBox1 = new System.Windows.Forms.ComboBox();
8 references to comboBox1
WinFormsControlsTest (8)
CollectionEditors.cs (1)
35_stringList.ForEach(s => comboBox1.Items.Add(s));
CollectionEditors.Designer.cs (7)
45this.comboBox1.FormattingEnabled = true; 46this.comboBox1.Location = new System.Drawing.Point(4, 64); 47this.comboBox1.Name = "comboBox1"; 48this.comboBox1.Size = new System.Drawing.Size(121, 21); 49this.comboBox1.TabIndex = 2; 50this.comboBox1.Enter += this.control_Enter; 115this.Controls.Add(this.comboBox1);