3 references to PaleGreen
PresentationCore (3)
Core\CSharp\System\Windows\Media\Brushes.cs (1)
1177return KnownColors.SolidColorBrushFromUint((uint)KnownColor.PaleGreen);
Core\CSharp\System\Windows\Media\KnownColors.cs (2)
507if (colorUpper.Equals("PALEGREEN")) return KnownColor.PaleGreen; 1856return Color.FromUInt32((uint)KnownColor.PaleGreen);