3 references to LightCyan
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
757
return KnownColors.SolidColorBrushFromUint((uint)KnownColor.
LightCyan
);
System\Windows\Media\Knowncolors.cs (2)
489
if (colorUpper.Equals("LIGHTCYAN")) return KnownColor.
LightCyan
;
1434
return Color.FromUInt32((uint)KnownColor.
LightCyan
);