8 references to PapayaWhip
System.Drawing.Common.Tests (8)
System\Drawing\BrushesTests.cs (1)
116yield return Brush(() => Brushes.PapayaWhip, Color.PapayaWhip);
System\Drawing\Drawing2D\HatchBrushTests.cs (2)
11yield return new object[] { HatchStyle.SolidDiamond, Color.PapayaWhip }; 30yield return new object[] { HatchStyle.SolidDiamond, Color.PapayaWhip, Color.Plum };
System\Drawing\PensTests.cs (1)
118yield return Pen(() => Pens.PapayaWhip, Color.PapayaWhip);
System\Drawing\SolidBrushTests.cs (4)
11yield return new object[] { Color.PapayaWhip, Color.PapayaWhip }; 35brush.Color = Color.PapayaWhip; 36Assert.NotEqual(Color.PapayaWhip, clone.Color);