5 references to PropFalseValue
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (5)
241return this.Properties.GetObject(PropFalseValue); 245if (value != null || this.Properties.ContainsObject(PropFalseValue)) 247this.Properties.SetObject(PropFalseValue, value); 267if (value != null || this.Properties.ContainsObject(PropFalseValue)) 269this.Properties.SetObject(PropFalseValue, value);