3 references to LightCyan
PresentationCore (3)
Core\CSharp\System\Windows\Media\Brushes.cs (1)
759return KnownColors.SolidColorBrushFromUint((uint)KnownColor.LightCyan);
Core\CSharp\System\Windows\Media\KnownColors.cs (2)
493if (colorUpper.Equals("LIGHTCYAN")) return KnownColor.LightCyan; 1438return Color.FromUInt32((uint)KnownColor.LightCyan);