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