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