5 references to PropTrueValue
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (5)
422return this.Properties.GetObject(PropTrueValue); 426if (value != null || this.Properties.ContainsObject(PropTrueValue)) 428this.Properties.SetObject(PropTrueValue, value); 448if (value != null || this.Properties.ContainsObject(PropTrueValue)) 450this.Properties.SetObject(PropTrueValue, value);