1 write to toolStripComboBox1
WinFormsControlsTest (1)
ToolStripTests.Designer.cs (1)
40this.toolStripComboBox1 = new System.Windows.Forms.ToolStripComboBox();
4 references to toolStripComboBox1
WinFormsControlsTest (4)
ToolStripTests.Designer.cs (4)
87this.toolStripComboBox1 }); 417this.toolStripComboBox1.Name = "toolStripComboBox1"; 418this.toolStripComboBox1.Size = new System.Drawing.Size(100, 22); 419this.toolStripComboBox1.Items.AddRange(new object[] { "1", "2", "3", "4", "5" });