3 references to LimeGreen
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
889
return KnownColors.SolidColorBrushFromUint((uint)KnownColor.
LimeGreen
);
System\Windows\Media\Knowncolors.cs (2)
492
if (colorUpper.Equals("LIMEGREEN")) return KnownColor.
LimeGreen
;
1566
return Color.FromUInt32((uint)KnownColor.
LimeGreen
);