4 references to Thistle
System.Drawing.Common (2)
System\Drawing\Brushes.cs (1)
298public static Brush Thistle => GetBrush(s_thistleKey, Color.Thistle);
System\Drawing\Pens.cs (1)
298public static Pen Thistle => GetPen(s_thistleKey, Color.Thistle);
System.Drawing.Common.Tests (2)
System\Drawing\BrushesTests.cs (1)
141yield return Brush(() => Brushes.Thistle, Color.Thistle);
System\Drawing\PensTests.cs (1)
143yield return Pen(() => Pens.Thistle, Color.Thistle);