2 references to ToolStripComboBoxFlatComboAdapter
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.ToolStripComboBoxControl.cs (1)
47
return new
ToolStripComboBoxFlatComboAdapter
(this);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolStripComboBox.ToolStripComboBoxControl.ToolStripComboBoxFlatComboAdapterTests.cs (1)
18
_adapter =
new
(_comboBox);