1 type derived from RadioButtonFlatAdapter
System.Windows.Forms (1)
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonPopupAdapter.cs (1)
8
internal class RadioButtonPopupAdapter :
RadioButtonFlatAdapter
1 instantiation of RadioButtonFlatAdapter
System.Windows.Forms (1)
System\Windows\Forms\Controls\Buttons\RadioButton.cs (1)
453
internal override ButtonBaseAdapter CreateFlatAdapter() => new
RadioButtonFlatAdapter
(this);