4 references to LemonChiffon
System.Drawing.Common (2)
System\Drawing\Brushes.cs (1)
222public static Brush LemonChiffon => GetBrush(s_lemonChiffonKey, Color.LemonChiffon);
System\Drawing\Pens.cs (1)
222public static Pen LemonChiffon => GetPen(s_lemonChiffonKey, Color.LemonChiffon);
System.Drawing.Common.Tests (2)
System\Drawing\BrushesTests.cs (1)
72yield return Brush(() => Brushes.LemonChiffon, Color.LemonChiffon);
System\Drawing\PensTests.cs (1)
74yield return Pen(() => Pens.LemonChiffon, Color.LemonChiffon);