3 writes to TrueValueInternal
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (1)
499dataGridViewCell.TrueValueInternal = this.TrueValue;
winforms\Managed\System\WinForms\DataGridViewCheckBoxColumn.cs (2)
292this.CheckBoxCellTemplate.TrueValueInternal = value; 303dataGridViewCell.TrueValueInternal = value;