4 references to PropSelectionForeColor
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewCellStyle.cs (4)
516return this.Properties.GetColor(PropSelectionForeColor); 521if (!value.IsEmpty || this.Properties.ContainsObject(PropSelectionForeColor)) 523this.Properties.SetColor(PropSelectionForeColor, value); 811this.Properties.GetColor(PropSelectionForeColor, out found);