3 references to LightGoldenrodYellow
PresentationCore (3)
Core\CSharp\System\Windows\Media\Brushes.cs (1)
770return KnownColors.SolidColorBrushFromUint((uint)KnownColor.LightGoldenrodYellow);
Core\CSharp\System\Windows\Media\KnownColors.cs (2)
671if (colorUpper.Equals("LIGHTGOLDENRODYELLOW")) return KnownColor.LightGoldenrodYellow; 1449return Color.FromUInt32((uint)KnownColor.LightGoldenrodYellow);