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