1 write to ThreeState
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (1)
478this.ThreeState = (value != null && defaultCheckStateType.IsAssignableFrom(value));
12 references to ThreeState
System.Windows.Forms (12)
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (10)
320if (this.ThreeState) 380if (this.ThreeState != value) 402if (this.ThreeState != value) 466if (this.ThreeState) 498dataGridViewCell.ThreeStateInternal = this.ThreeState; 646if (this.ThreeState) 719return SR.GetString(this.ThreeState ? SR.DataGridViewCheckBoxCell_ClipboardChecked : SR.DataGridViewCheckBoxCell_ClipboardTrue); 723return SR.GetString(this.ThreeState ? SR.DataGridViewCheckBoxCell_ClipboardUnchecked : SR.DataGridViewCheckBoxCell_ClipboardFalse); 731return SR.GetString(this.ThreeState ? SR.DataGridViewCheckBoxCell_ClipboardChecked : SR.DataGridViewCheckBoxCell_ClipboardTrue); 735return SR.GetString(this.ThreeState ? SR.DataGridViewCheckBoxCell_ClipboardUnchecked : SR.DataGridViewCheckBoxCell_ClipboardFalse);
winforms\Managed\System\WinForms\DataGridViewCheckBoxColumn.cs (2)
229return this.CheckBoxCellTemplate.ThreeState; 322if (templateCell.ThreeState)