3 writes to IndeterminateValueInternal
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (1)
501dataGridViewCell.IndeterminateValueInternal = this.IndeterminateValue;
winforms\Managed\System\WinForms\DataGridViewCheckBoxColumn.cs (2)
195this.CheckBoxCellTemplate.IndeterminateValueInternal = value; 206dataGridViewCell.IndeterminateValueInternal = value;