4 writes to ThreeStateInternal
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (2)
382this.ThreeStateInternal = value; 498dataGridViewCell.ThreeStateInternal = this.ThreeState;
winforms\Managed\System\WinForms\DataGridViewCheckBoxColumn.cs (2)
238this.CheckBoxCellTemplate.ThreeStateInternal = value; 249dataGridViewCell.ThreeStateInternal = value;