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