3 references to PaleGreen
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
1169return KnownColors.SolidColorBrushFromUint((uint)KnownColor.PaleGreen);
System\Windows\Media\Knowncolors.cs (2)
573return KnownColor.PaleGreen; 1994return Color.FromUInt32((uint)KnownColor.PaleGreen);