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