19 references to ToolStripComboBox
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.cs (1)
33
:
this
()
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\GroupedContextMenuStripTests.cs (1)
38
using ToolStripComboBox toolStripComboBox =
new
();
System.Windows.Forms.Tests (11)
System\Windows\Forms\AccessibleObjects\ToolStripComboBox.ToolStripComboBoxAccessibleObjectTests.cs (1)
14
using ToolStripComboBox toolStripComboBox =
new
();
System\Windows\Forms\AccessibleObjects\ToolStripComboBox.ToolStripComboBoxControl.ToolStripComboBoxControlAccessibleObjectTests.cs (4)
17
using ToolStripComboBox toolStripComboBox =
new
();
29
using ToolStripComboBox toolStripComboBox =
new
();
61
using ToolStripComboBox toolStripComboBox =
new
();
93
using ToolStripComboBox item =
new
();
System\Windows\Forms\ControlTests.cs (5)
935
using ToolStripComboBox toolStrip1_ComboBox1 =
new
();
942
using ToolStripComboBox toolStrip2_ComboBox1 =
new
();
946
using ToolStripComboBox toolStrip2_ComboBox2 =
new
();
999
using ToolStripComboBox toolStrip2_ComboBox1 =
new
();
1003
using ToolStripComboBox toolStrip2_ComboBox2 =
new
();
System\Windows\Forms\ToolStripComboBoxTests.cs (1)
14
_toolStripComboBox =
new
();
TestPassApp (4)
DataControls.Designer.cs (1)
50
this.toolStripComboBox1 = new System.Windows.Forms.
ToolStripComboBox
();
Menu_Toolbars_controls.Designer.cs (2)
77
toolStripComboBox1 = new
ToolStripComboBox
();
87
toolStripComboBox2 = new
ToolStripComboBox
();
ToolStripContainer.Designer.cs (1)
49
this.toolStripComboBox1 = new System.Windows.Forms.
ToolStripComboBox
();
WinFormsControlsTest (2)
ToolStripTests.Designer.cs (2)
40
this.toolStripComboBox1 = new System.Windows.Forms.
ToolStripComboBox
();
73
this.toolStripComboBox2 = new System.Windows.Forms.
ToolStripComboBox
();