3 references to PaleGreen
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
1175return KnownColors.SolidColorBrushFromUint((uint)KnownColor.PaleGreen);
System\Windows\Media\Knowncolors.cs (2)
503if (colorUpper.Equals("PALEGREEN")) return KnownColor.PaleGreen; 1852return Color.FromUInt32((uint)KnownColor.PaleGreen);