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)
641
return KnownColor.
LightGreen
;
1610
return Color.FromUInt32((uint)KnownColor.
LightGreen
);