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