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