4 references to PropForeColor
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewCellStyle.cs (4)
243return this.Properties.GetColor(PropForeColor); 248if (!value.IsEmpty || this.Properties.ContainsObject(PropForeColor)) 250this.Properties.SetColor(PropForeColor, value); 791this.Properties.GetColor(PropForeColor, out found);