3 references to YellowGreen
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
1582return KnownColors.SolidColorBrushFromUint((uint)KnownColor.YellowGreen);
System\Windows\Media\Knowncolors.cs (2)
590if (colorUpper.Equals("YELLOWGREEN")) return KnownColor.YellowGreen; 2259return Color.FromUInt32((uint)KnownColor.YellowGreen);