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