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