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