1 type derived from CheckBoxFlatAdapter
System.Windows.Forms.Tests (1)
System\Windows\Forms\CheckBoxFlatAdapterTests.cs (1)
49private class TestCheckBoxFlatAdapter : CheckBoxFlatAdapter
1 instantiation of CheckBoxFlatAdapter
System.Windows.Forms (1)
System\Windows\Forms\Controls\Buttons\CheckBox.cs (1)
531internal override ButtonBaseAdapter CreateFlatAdapter() => new CheckBoxFlatAdapter(this);