1 write to comboBox3
WinFormsControlsTest (1)
ComboBoxes.Designer.cs (1)
36this.comboBox3 = new System.Windows.Forms.ComboBox();
8 references to comboBox3
WinFormsControlsTest (8)
ComboBoxes.Designer.cs (8)
87this.comboBox3.FormattingEnabled = true; 88this.comboBox3.Items.AddRange(new object[] { 98this.comboBox3.Location = new System.Drawing.Point(21, 59); 99this.comboBox3.Name = "comboBox3"; 100this.comboBox3.Size = new System.Drawing.Size(121, 21); 101this.comboBox3.TabIndex = 5; 102this.comboBox3.DropDownHeight = 80; 282this.Controls.Add(this.comboBox3);