3 references to LimeGreen
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
884
return KnownColors.SolidColorBrushFromUint((uint)KnownColor.
LimeGreen
);
System\Windows\Media\Knowncolors.cs (2)
567
return KnownColor.
LimeGreen
;
1710
return Color.FromUInt32((uint)KnownColor.
LimeGreen
);