7 references to TrueValue
System.Windows.Forms (7)
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (6)
422dataGridViewCell.TrueValueInternal = TrueValue; 579if (value.Equals(TrueValue)) 1582if (TrueValue is not null) 1584return TrueValue; 1616if (TrueValue is not null) 1618return TrueValue;
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxColumn.cs (1)
252return CheckBoxCellTemplate.TrueValue;