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)
566
return KnownColor.
LimeGreen
;
1709
return Color.FromUInt32((uint)KnownColor.
LimeGreen
);