8 references to TrueValue
System.Windows.Forms (8)
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (7)
499dataGridViewCell.TrueValueInternal = this.TrueValue; 648if (value.Equals(this.TrueValue) || 682if (value.Equals(this.TrueValue) || 1647if (this.TrueValue != null) 1649return this.TrueValue; 1681if (this.TrueValue != null) 1683return this.TrueValue;
winforms\Managed\System\WinForms\DataGridViewCheckBoxColumn.cs (1)
286return this.CheckBoxCellTemplate.TrueValue;