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