2 references to CheckBoxFlatAdapter
System.Windows.Forms (1)
System\Windows\Forms\Controls\Buttons\CheckBox.cs (1)
531
internal override ButtonBaseAdapter CreateFlatAdapter() => new
CheckBoxFlatAdapter
(this);
System.Windows.Forms.Tests (1)
System\Windows\Forms\CheckBoxFlatAdapterTests.cs (1)
51
public TestCheckBoxFlatAdapter(ButtonBase control) :
base
(control) { }