3 references to LightGreen
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
784
return KnownColors.SolidColorBrushFromUint((uint)KnownColor.
LightGreen
);
System\Windows\Media\Knowncolors.cs (2)
632
return KnownColor.
LightGreen
;
1609
return Color.FromUInt32((uint)KnownColor.
LightGreen
);