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