3 references to LightYellow
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
867
return KnownColors.SolidColorBrushFromUint((uint)KnownColor.
LightYellow
);
System\Windows\Media\Knowncolors.cs (2)
577
if (colorUpper.Equals("LIGHTYELLOW")) return KnownColor.
LightYellow
;
1544
return Color.FromUInt32((uint)KnownColor.
LightYellow
);