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