2 instantiations of 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);
2 references to ToolStripComboBoxFlatComboAdapter
System.Windows.Forms.Tests (2)
System\Windows\Forms\ToolStripComboBox.ToolStripComboBoxControl.ToolStripComboBoxFlatComboAdapterTests.cs (2)
11
private readonly ToolStripComboBox.ToolStripComboBoxControl.
ToolStripComboBoxFlatComboAdapter
_adapter;
31
bool result = (bool)typeof(ToolStripComboBox.ToolStripComboBoxControl.
ToolStripComboBoxFlatComboAdapter
)