5 references to IndeterminateValue
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (4)
501dataGridViewCell.IndeterminateValueInternal = this.IndeterminateValue; 658else if (value.Equals(this.IndeterminateValue) || 1709if (this.IndeterminateValue != null) 1711return this.IndeterminateValue;
winforms\Managed\System\WinForms\DataGridViewCheckBoxColumn.cs (1)
189return this.CheckBoxCellTemplate.IndeterminateValue;