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