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