3 references to LemonChiffon
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
724
return KnownColors.SolidColorBrushFromUint((uint)KnownColor.
LemonChiffon
);
System\Windows\Media\Knowncolors.cs (2)
605
if (colorUpper.Equals("LEMONCHIFFON")) return KnownColor.
LemonChiffon
;
1401
return Color.FromUInt32((uint)KnownColor.
LemonChiffon
);