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