3 references to GreenYellow
PresentationCore (3)
Core\CSharp\System\Windows\Media\Brushes.cs (1)
616return KnownColors.SolidColorBrushFromUint((uint)KnownColor.GreenYellow);
Core\CSharp\System\Windows\Media\KnownColors.cs (2)
577if (colorUpper.Equals("GREENYELLOW")) return KnownColor.GreenYellow; 1295return Color.FromUInt32((uint)KnownColor.GreenYellow);