3 references to Lime
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
878
return KnownColors.SolidColorBrushFromUint((uint)KnownColor.
Lime
);
System\Windows\Media\Knowncolors.cs (2)
314
if (colorUpper.Equals("LIME")) return KnownColor.
Lime
;
1555
return Color.FromUInt32((uint)KnownColor.
Lime
);