5 references to IndeterminateValue
System.Windows.Forms (5)
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (4)
424
dataGridViewCell.IndeterminateValueInternal =
IndeterminateValue
;
587
else if (ThreeState && value.Equals(
IndeterminateValue
))
1646
if (
IndeterminateValue
is not null)
1648
return
IndeterminateValue
;
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxColumn.cs (1)
158
return CheckBoxCellTemplate.
IndeterminateValue
;