3 references to Cyan
PresentationCore (3)
Core\CSharp\System\Windows\Media\Brushes.cs (1)
264return KnownColors.SolidColorBrushFromUint((uint)KnownColor.Cyan);
Core\CSharp\System\Windows\Media\KnownColors.cs (2)
311if (colorUpper.Equals("CYAN")) return KnownColor.Cyan; 943return Color.FromUInt32((uint)KnownColor.Cyan);