8 references to FalseValue
System.Windows.Forms (8)
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (7)
500dataGridViewCell.FalseValueInternal = this.FalseValue; 653else if (value.Equals(this.FalseValue) || 687else if (value.Equals(this.FalseValue) || 1662if (this.FalseValue != null) 1664return this.FalseValue; 1695if (this.FalseValue != null) 1697return this.FalseValue;
winforms\Managed\System\WinForms\DataGridViewCheckBoxColumn.cs (1)
108return this.CheckBoxCellTemplate.FalseValue;