15 references to CheckBoxCellTemplate
System.Windows.Forms (15)
winforms\Managed\System\WinForms\DataGridViewCheckBoxColumn.cs (15)
104
if (this.
CheckBoxCellTemplate
== null)
108
return this.
CheckBoxCellTemplate
.FalseValue;
114
this.
CheckBoxCellTemplate
.FalseValueInternal = value;
144
if (this.
CheckBoxCellTemplate
== null)
148
return this.
CheckBoxCellTemplate
.FlatStyle;
154
this.
CheckBoxCellTemplate
.FlatStyle = value;
185
if (this.
CheckBoxCellTemplate
== null)
189
return this.
CheckBoxCellTemplate
.IndeterminateValue;
195
this.
CheckBoxCellTemplate
.IndeterminateValueInternal = value;
225
if (this.
CheckBoxCellTemplate
== null)
229
return this.
CheckBoxCellTemplate
.ThreeState;
238
this.
CheckBoxCellTemplate
.ThreeStateInternal = value;
282
if (this.
CheckBoxCellTemplate
== null)
286
return this.
CheckBoxCellTemplate
.TrueValue;
292
this.
CheckBoxCellTemplate
.TrueValueInternal = value;