20 instantiations of 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.Design.Tests (1)
System\Windows\Forms\Design\GroupedContextMenuStripTests.cs (1)
33using ToolStripComboBox toolStripComboBox = new();
System.Windows.Forms.Tests (13)
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 (3)
16_toolStripComboBox = new(); 28using ToolStripComboBox toolStripComboBox = new(expectedName); 101new Action(() => new ToolStripComboBox(control)).Should().Throw<NotSupportedException>();
WinFormsControlsTest (2)
ToolStripTests.Designer.cs (2)
40this.toolStripComboBox1 = new System.Windows.Forms.ToolStripComboBox(); 73this.toolStripComboBox2 = new System.Windows.Forms.ToolStripComboBox();
33 references to ToolStripComboBox
Accessibility_Core_App (4)
DataControls.Designer.cs (1)
401private System.Windows.Forms.ToolStripComboBox toolStripComboBox1;
Menu_Toolbars_controls.Designer.cs (2)
656private ToolStripComboBox toolStripComboBox1; 665private ToolStripComboBox toolStripComboBox2;
ToolStripContainer.Designer.cs (1)
672private System.Windows.Forms.ToolStripComboBox toolStripComboBox1;
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.ToolStripComboBoxControl.cs (1)
16public ToolStripComboBox? Owner { get; set; }
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\ToolStripDesignerUtils.cs (3)
43[typeof(ToolStripButton), typeof(ToolStripLabel), typeof(ToolStripSplitButton), typeof(ToolStripDropDownButton), typeof(ToolStripSeparator), typeof(ToolStripComboBox), typeof(ToolStripTextBox), typeof(ToolStripProgressBar)]; 49[typeof(ToolStripMenuItem), typeof(ToolStripComboBox), typeof(ToolStripTextBox)]; 52[typeof(ToolStripMenuItem), typeof(ToolStripComboBox), typeof(ToolStripSeparator), typeof(ToolStripTextBox)];
System\Windows\Forms\Design\ToolStripItemDesigner.cs (1)
700if (Component is ToolStripTextBox or ToolStripComboBox)
System\Windows\Forms\Design\ToolStripItemGlyph.cs (1)
46if (Item is ToolStripComboBox && VisualStyles.VisualStyleRenderer.IsSupported)
System.Windows.Forms.Design.Tests (3)
EnsureEditorsTests.cs (2)
131[InlineData(typeof(ToolStripComboBox), "AutoCompleteCustomSource", typeof(ListControlStringCollectionEditor))] 132[InlineData(typeof(ToolStripComboBox), "Items", typeof(ListControlStringCollectionEditor))]
System\Windows\Forms\Design\GroupedContextMenuStripTests.cs (1)
33using ToolStripComboBox toolStripComboBox = new();
System.Windows.Forms.Tests (18)
System\Windows\Forms\AccessibleObjects\ToolStripComboBox.ToolStripComboBoxAccessibleObjectTests.cs (1)
12using ToolStripComboBox toolStripComboBox = new();
System\Windows\Forms\AccessibleObjects\ToolStripComboBox.ToolStripComboBoxControl.ToolStripComboBoxControlAccessibleObjectTests.cs (6)
5using static System.Windows.Forms.ToolStripComboBox; 6using static System.Windows.Forms.ToolStripComboBox.ToolStripComboBoxControl; 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\ToolStripComboBox.ToolStripComboBoxControl.ToolStripComboBoxFlatComboAdapterTests.cs (4)
12private readonly ToolStripComboBox.ToolStripComboBoxControl _comboBox; 13private readonly ToolStripComboBox.ToolStripComboBoxControl.ToolStripComboBoxFlatComboAdapter _adapter; 32using ToolStripComboBox.ToolStripComboBoxControl comboBox = new(); 33bool result = (bool)typeof(ToolStripComboBox.ToolStripComboBoxControl.ToolStripComboBoxFlatComboAdapter)
System\Windows\Forms\ToolStripComboBoxTests.cs (2)
12private readonly ToolStripComboBox _toolStripComboBox; 28using ToolStripComboBox toolStripComboBox = new(expectedName);
WinFormsControlsTest (2)
ToolStripTests.Designer.cs (2)
469private System.Windows.Forms.ToolStripComboBox toolStripComboBox1; 484private System.Windows.Forms.ToolStripComboBox toolStripComboBox2;