7 references to FalseValue
System.Windows.Forms (7)
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (6)
423
dataGridViewCell.FalseValueInternal =
FalseValue
;
583
else if (value.Equals(
FalseValue
))
1597
if (
FalseValue
is not null)
1599
return
FalseValue
;
1631
if (
FalseValue
is not null)
1633
return
FalseValue
;
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxColumn.cs (1)
71
return CheckBoxCellTemplate.
FalseValue
;