3 references to LightGoldenrodYellow
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
768return KnownColors.SolidColorBrushFromUint((uint)KnownColor.LightGoldenrodYellow);
System\Windows\Media\Knowncolors.cs (2)
667if (colorUpper.Equals("LIGHTGOLDENRODYELLOW")) return KnownColor.LightGoldenrodYellow; 1445return Color.FromUInt32((uint)KnownColor.LightGoldenrodYellow);