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