5 references to FlatComboBoxAdapter
System.Windows.Forms (5)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (4)
3967using RegionScope dropDownRegion = new(FlatComboBoxAdapter._dropDownRect); 4024FlatComboBoxAdapter.DrawFlatCombo(this, bufferGraphics); 4045FlatComboBoxAdapter.DrawFlatCombo(this, g); 4121FlatComboBoxAdapter.DrawFlatCombo(this, g);
System\Windows\Forms\Controls\ComboBox\ComboBox.Modern.cs (1)
585|| FlatComboBoxAdapter._dropDownRect.Contains(clientPoint);