20 references to CheckBoxCellTemplate
System.Windows.Forms (20)
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxColumn.cs (20)
61
[MemberNotNull(nameof(
CheckBoxCellTemplate
))]
66
if (
CheckBoxCellTemplate
is null)
71
return
CheckBoxCellTemplate
.FalseValue;
80
CheckBoxCellTemplate
.FalseValueInternal = value;
104
[MemberNotNull(nameof(
CheckBoxCellTemplate
))]
109
if (
CheckBoxCellTemplate
is null)
114
return
CheckBoxCellTemplate
.FlatStyle;
123
CheckBoxCellTemplate
.FlatStyle = value;
148
[MemberNotNull(nameof(
CheckBoxCellTemplate
))]
153
if (
CheckBoxCellTemplate
is null)
158
return
CheckBoxCellTemplate
.IndeterminateValue;
167
CheckBoxCellTemplate
.IndeterminateValueInternal = value;
191
[MemberNotNull(nameof(
CheckBoxCellTemplate
))]
196
if (
CheckBoxCellTemplate
is null)
201
return
CheckBoxCellTemplate
.ThreeState;
210
CheckBoxCellTemplate
.ThreeStateInternal = value;
242
[MemberNotNull(nameof(
CheckBoxCellTemplate
))]
247
if (
CheckBoxCellTemplate
is null)
252
return
CheckBoxCellTemplate
.TrueValue;
261
CheckBoxCellTemplate
.TrueValueInternal = value;