3 references to DarkCyan
PresentationCore (3)
Core\CSharp\System\Windows\Media\Brushes.cs (1)
286return KnownColors.SolidColorBrushFromUint((uint)KnownColor.DarkCyan);
Core\CSharp\System\Windows\Media\KnownColors.cs (2)
444if (colorUpper.Equals("DARKCYAN")) return KnownColor.DarkCyan; 965return Color.FromUInt32((uint)KnownColor.DarkCyan);