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