3 types derived from CheckBoxBaseAdapter
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxFlatAdapter.cs (1)
16
internal class CheckBoxFlatAdapter :
CheckBoxBaseAdapter
{
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxPopupAdapter.cs (1)
19
internal class CheckBoxPopupAdapter :
CheckBoxBaseAdapter
{
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxStandardAdapter.cs (1)
17
internal sealed class CheckBoxStandardAdapter :
CheckBoxBaseAdapter
{
8 references to CheckBoxBaseAdapter
System.Windows.Forms (8)
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (8)
1492
CheckBoxBaseAdapter
.DrawCheckBackground(this.DataGridView.Enabled,
1500
CheckBoxBaseAdapter
.DrawPopupBorder(g, layout.checkBounds, colors);
1501
CheckBoxBaseAdapter
.DrawCheckOnly(checkBoxSize.Width,
1539
CheckBoxBaseAdapter
.DrawCheckBackground(this.DataGridView.Enabled,
1547
CheckBoxBaseAdapter
.DrawPopupBorder(g, layout.checkBounds, colors);
1548
CheckBoxBaseAdapter
.DrawCheckOnly(checkBoxSize.Width,
1584
CheckBoxBaseAdapter
.DrawCheckBackground(this.DataGridView.Enabled,
1593
CheckBoxBaseAdapter
.DrawCheckOnly(checkBoxSize.Width,