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