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
))
1579
if (
TrueValue
is not null)
1581
return
TrueValue
;
1613
if (
TrueValue
is not null)
1615
return
TrueValue
;
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxColumn.cs (1)
252
return CheckBoxCellTemplate.
TrueValue
;