3 references to YellowGreen
PresentationCore (3)
Core\CSharp\System\Windows\Media\Brushes.cs (1)
1584return KnownColors.SolidColorBrushFromUint((uint)KnownColor.YellowGreen);
Core\CSharp\System\Windows\Media\KnownColors.cs (2)
594if (colorUpper.Equals("YELLOWGREEN")) return KnownColor.YellowGreen; 2263return Color.FromUInt32((uint)KnownColor.YellowGreen);