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