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