10 references to Purple
System.Drawing.Common.Tests (8)
System\Drawing\BrushesTests.cs (1)
122yield return Brush(() => Brushes.Purple, Color.Purple);
System\Drawing\Drawing2D\HatchBrushTests.cs (5)
82HatchBrush brush = new(HatchStyle.DarkHorizontal, Color.PeachPuff, Color.Purple); 91HatchBrush brush = new(HatchStyle.DarkHorizontal, Color.PeachPuff, Color.Purple); 100HatchBrush brush = new(HatchStyle.DarkHorizontal, Color.PeachPuff, Color.Purple); 109HatchBrush brush = new(HatchStyle.DarkHorizontal, Color.PeachPuff, Color.Purple); 118HatchBrush brush = new(HatchStyle.DarkHorizontal, Color.PeachPuff, Color.Purple);
System\Drawing\PensTests.cs (1)
124yield return Pen(() => Pens.Purple, Color.Purple);
System\Drawing\PenTests.cs (1)
15yield return new object[] { new LinearGradientBrush(new Point(0, 0), new Point(0, 2), Color.Purple, Color.Plum), PenType.LinearGradient };
System.Windows.Forms (1)
System\Windows\Forms\Controls\Labels\LinkUtilities.cs (1)
62return Color.Purple;
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\InheritedPropertyDescriptorTests.cs (1)
52inheritedPropertyDescriptor.SetValue(control, Color.Purple);