4 references to PropSelectionBackColor
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewCellStyle.cs (4)
492return this.Properties.GetColor(PropSelectionBackColor); 497if (!value.IsEmpty || this.Properties.ContainsObject(PropSelectionBackColor)) 499this.Properties.SetColor(PropSelectionBackColor, value); 805this.Properties.GetObject(PropSelectionBackColor, out found);