3 references to DarkOliveGreen
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
350return KnownColors.SolidColorBrushFromUint((uint)KnownColor.DarkOliveGreen);
System\Windows\Media\Knowncolors.cs (2)
644if (colorUpper.Equals("DARKOLIVEGREEN")) return KnownColor.DarkOliveGreen; 1027return Color.FromUInt32((uint)KnownColor.DarkOliveGreen);