2 references to FlatComboAdapter
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ComboBox.cs (1)
5905
return new
FlatComboAdapter
(this,/*smallButton=*/false);
winforms\Managed\System\WinForms\ToolStripComboBox.cs (1)
648
public ToolStripComboBoxFlatComboAdapter(ComboBox comboBox) :
base
(comboBox, /*smallButton=*/true) {