3 references to Goldenrod
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
575return KnownColors.SolidColorBrushFromUint((uint)KnownColor.Goldenrod);
System\Windows\Media\Knowncolors.cs (2)
548return KnownColor.Goldenrod; 1401return Color.FromUInt32((uint)KnownColor.Goldenrod);