24 references to PeachPuff
System.Drawing.Common.Tests (15)
System\Drawing\BrushesTests.cs (1)
117yield return Brush(() => Brushes.PeachPuff, Color.PeachPuff);
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\Drawing2D\LinearGradientBrushTests.cs (6)
261Colors = [Color.Red, Color.PeachPuff, Color.PowderBlue], 378Colors = [Color.Red, Color.PeachPuff, Color.PowderBlue], 400Colors = [Color.Red, Color.PeachPuff, Color.PowderBlue], 474Colors = [Color.Red, Color.PeachPuff, Color.PowderBlue], 495Colors = [Color.Red, Color.PeachPuff, Color.PowderBlue], 514Colors = [Color.Red, Color.PeachPuff, Color.PowderBlue],
System\Drawing\PensTests.cs (1)
119yield return Pen(() => Pens.PeachPuff, Color.PeachPuff);
System\Drawing\SolidBrushTests.cs (2)
25SolidBrush brush = new(Color.PeachPuff); 32Assert.NotEqual(Color.PeachPuff, clone.Color);
System.Windows.Forms.Tests (9)
System\Windows\Forms\ControlPaintTests.Rendering.cs (9)
176ControlPaint.DrawBorder(graphics, bounds, Color.PeachPuff, ButtonBorderStyle.Outset); 195State.Pen(16, ControlPaint.LightLight(Color.PeachPuff), penStyle), 201State.Pen(16, ControlPaint.LightLight(Color.PeachPuff), penStyle), 207State.Pen(16, ControlPaint.DarkDark(Color.PeachPuff), penStyle), 213State.Pen(16, ControlPaint.DarkDark(Color.PeachPuff), penStyle), 219State.Pen(16, Color.PeachPuff, penStyle), 225State.Pen(16, Color.PeachPuff, penStyle), 231State.Pen(16, ControlPaint.Dark(Color.PeachPuff), penStyle), 237State.Pen(16, ControlPaint.Dark(Color.PeachPuff), penStyle),