8 references to FalseValue
System.Windows.Forms (8)
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (7)
500
dataGridViewCell.FalseValueInternal = this.
FalseValue
;
653
else if (value.Equals(this.
FalseValue
) ||
687
else if (value.Equals(this.
FalseValue
) ||
1662
if (this.
FalseValue
!= null)
1664
return this.
FalseValue
;
1695
if (this.
FalseValue
!= null)
1697
return this.
FalseValue
;
winforms\Managed\System\WinForms\DataGridViewCheckBoxColumn.cs (1)
108
return this.CheckBoxCellTemplate.
FalseValue
;