3 references to MidnightBlue
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
1026return KnownColors.SolidColorBrushFromUint((uint)KnownColor.MidnightBlue);
System\Windows\Media\Knowncolors.cs (2)
731return KnownColor.MidnightBlue; 1852return Color.FromUInt32((uint)KnownColor.MidnightBlue);