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
))
1594
if (
FalseValue
is not null)
1596
return
FalseValue
;
1628
if (
FalseValue
is not null)
1630
return
FalseValue
;
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxColumn.cs (1)
71
return CheckBoxCellTemplate.
FalseValue
;