3 references to YellowGreen
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
1577return KnownColors.SolidColorBrushFromUint((uint)KnownColor.YellowGreen);
System\Windows\Media\Knowncolors.cs (2)
705return KnownColor.YellowGreen; 2403return Color.FromUInt32((uint)KnownColor.YellowGreen);