3 references to DarkOliveGreen
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
345return KnownColors.SolidColorBrushFromUint((uint)KnownColor.DarkOliveGreen);
System\Windows\Media\Knowncolors.cs (2)
778return KnownColor.DarkOliveGreen; 1171return Color.FromUInt32((uint)KnownColor.DarkOliveGreen);