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