4 references to PropBackColor
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewCellStyle.cs (4)
149return this.Properties.GetColor(PropBackColor); 154if (!value.IsEmpty || this.Properties.ContainsObject(PropBackColor)) 156this.Properties.SetColor(PropBackColor, value); 781this.Properties.GetColor(PropBackColor, out found);