19 references to ToolStripComboBox
Accessibility_Core_App (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
();
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)
33
using ToolStripComboBox toolStripComboBox =
new
();
System.Windows.Forms.Tests (11)
System\Windows\Forms\AccessibleObjects\ToolStripComboBox.ToolStripComboBoxAccessibleObjectTests.cs (1)
12
using ToolStripComboBox toolStripComboBox =
new
();
System\Windows\Forms\AccessibleObjects\ToolStripComboBox.ToolStripComboBoxControl.ToolStripComboBoxControlAccessibleObjectTests.cs (4)
15
using ToolStripComboBox toolStripComboBox =
new
();
27
using ToolStripComboBox toolStripComboBox =
new
();
59
using ToolStripComboBox toolStripComboBox =
new
();
91
using ToolStripComboBox item =
new
();
System\Windows\Forms\ControlTests.cs (5)
933
using ToolStripComboBox toolStrip1_ComboBox1 =
new
();
940
using ToolStripComboBox toolStrip2_ComboBox1 =
new
();
944
using ToolStripComboBox toolStrip2_ComboBox2 =
new
();
997
using ToolStripComboBox toolStrip2_ComboBox1 =
new
();
1001
using ToolStripComboBox toolStrip2_ComboBox2 =
new
();
System\Windows\Forms\ToolStripComboBoxTests.cs (1)
16
_toolStripComboBox =
new
();
WinFormsControlsTest (2)
ToolStripTests.Designer.cs (2)
40
this.toolStripComboBox1 = new System.Windows.Forms.
ToolStripComboBox
();
73
this.toolStripComboBox2 = new System.Windows.Forms.
ToolStripComboBox
();