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