1 override of IsValid
System.Windows.Forms (1)
System\Windows\Forms\Controls\ComboBox\ComboBox.ModernComboAdapter.cs (1)
53
public override bool
IsValid
(ComboBox combo)
2 references to IsValid
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
4182
if (!Properties.TryGetValue(s_propFlatComboAdapter, out FlatComboAdapter? comboAdapter) || !comboAdapter.
IsValid
(this))
System\Windows\Forms\Controls\ComboBox\ComboBox.ModernComboAdapter.cs (1)
54
=> base.
IsValid
(combo)