5 references to new
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.cs (1)
45private static ToolStripComboBoxControl CreateControlInstance() => new()
System.Windows.Forms.Tests (4)
System\Windows\Forms\AccessibleObjects\ToolStripComboBox.ToolStripComboBoxControl.ToolStripComboBoxControlAccessibleObjectTests.cs (2)
77using ToolStripComboBoxControl control = new(); 92using ToolStripComboBoxControl control = new();
System\Windows\Forms\ToolStripComboBox.ToolStripComboBoxControl.ToolStripComboBoxFlatComboAdapterTests.cs (2)
17_comboBox = new(); 30using ToolStripComboBox.ToolStripComboBoxControl comboBox = new();