4 references to GetColor
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewCellStyle.cs (3)
781this.Properties.GetColor(PropBackColor, out found); 791this.Properties.GetColor(PropForeColor, out found); 811this.Properties.GetColor(PropSelectionForeColor, out found);
winforms\Managed\System\WinForms\PropertyStore.cs (1)
62return GetColor(key, out found);