1 write to comboBox1
WinFormsControlsTest (1)
MultipleControls.Designer.cs (1)
43
this.
comboBox1
= new System.Windows.Forms.ComboBox();
6 references to comboBox1
WinFormsControlsTest (6)
MultipleControls.Designer.cs (6)
139
this.tabPage1.Controls.Add(this.
comboBox1
);
150
this.
comboBox1
.FormattingEnabled = true;
151
this.
comboBox1
.Location = new System.Drawing.Point(22, 30);
152
this.
comboBox1
.Name = "comboBox1";
153
this.
comboBox1
.Size = new System.Drawing.Size(140, 23);
154
this.
comboBox1
.TabIndex = 0;