3 references to Olive
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
1109
return KnownColors.SolidColorBrushFromUint((uint)KnownColor.
Olive
);
System\Windows\Media\Knowncolors.cs (2)
359
if (colorUpper.Equals("OLIVE")) return KnownColor.
Olive
;
1786
return Color.FromUInt32((uint)KnownColor.
Olive
);