3 references to Coral
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
213
return KnownColors.SolidColorBrushFromUint((uint)KnownColor.
Coral
);
System\Windows\Media\Knowncolors.cs (2)
365
return KnownColor.
Coral
;
1039
return Color.FromUInt32((uint)KnownColor.
Coral
);