1 write to comboBox1
WinFormsControlsTest (1)
CollectionEditors.Designer.cs (1)
34
this.
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)
45
this.
comboBox1
.FormattingEnabled = true;
46
this.
comboBox1
.Location = new System.Drawing.Point(4, 64);
47
this.
comboBox1
.Name = "comboBox1";
48
this.
comboBox1
.Size = new System.Drawing.Size(121, 21);
49
this.
comboBox1
.TabIndex = 2;
50
this.
comboBox1
.Enter += this.control_Enter;
115
this.Controls.Add(this.
comboBox1
);