3 references to MidnightBlue
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
1032return KnownColors.SolidColorBrushFromUint((uint)KnownColor.MidnightBlue);
System\Windows\Media\Knowncolors.cs (2)
610if (colorUpper.Equals("MIDNIGHTBLUE")) return KnownColor.MidnightBlue; 1709return Color.FromUInt32((uint)KnownColor.MidnightBlue);