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