3 references to ForestGreen
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
521return KnownColors.SolidColorBrushFromUint((uint)KnownColor.ForestGreen);
System\Windows\Media\Knowncolors.cs (2)
677return KnownColor.ForestGreen; 1347return Color.FromUInt32((uint)KnownColor.ForestGreen);