3 references to LightCyan
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
751
return KnownColors.SolidColorBrushFromUint((uint)KnownColor.
LightCyan
);
System\Windows\Media\Knowncolors.cs (2)
560
return KnownColor.
LightCyan
;
1577
return Color.FromUInt32((uint)KnownColor.
LightCyan
);