3 references to GreenYellow
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
614return KnownColors.SolidColorBrushFromUint((uint)KnownColor.GreenYellow);
System\Windows\Media\Knowncolors.cs (2)
573if (colorUpper.Equals("GREENYELLOW")) return KnownColor.GreenYellow; 1291return Color.FromUInt32((uint)KnownColor.GreenYellow);