3 references to LemonChiffon
PresentationCore (3)
Core\CSharp\System\Windows\Media\Brushes.cs (1)
726return KnownColors.SolidColorBrushFromUint((uint)KnownColor.LemonChiffon);
Core\CSharp\System\Windows\Media\KnownColors.cs (2)
609if (colorUpper.Equals("LEMONCHIFFON")) return KnownColor.LemonChiffon; 1405return Color.FromUInt32((uint)KnownColor.LemonChiffon);