5 references to FlatComboBoxAdapter
System.Windows.Forms (5)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (4)
3977using RegionScope dropDownRegion = new(FlatComboBoxAdapter._dropDownRect); 4034FlatComboBoxAdapter.DrawFlatCombo(this, bufferGraphics); 4055FlatComboBoxAdapter.DrawFlatCombo(this, g); 4131FlatComboBoxAdapter.DrawFlatCombo(this, g);
System\Windows\Forms\Controls\ComboBox\ComboBox.Modern.cs (1)
815|| FlatComboBoxAdapter._dropDownRect.Contains(clientPoint);