8 references to Pink
DesignSurface (1)
MainForm.cs (1)
285
rootComponent.BackColor = Color.
Pink
;
System.Drawing.Common.Tests (4)
System\Drawing\BrushesTests.cs (1)
119
yield return Brush(() => Brushes.Pink, Color.
Pink
);
System\Drawing\Drawing2D\PathGradientBrushTests.cs (2)
553
brush.InterpolationColors.Colors[0] = Color.
Pink
;
554
Assert.NotEqual(Color.
Pink
, brush.InterpolationColors.Colors[0]);
System\Drawing\PensTests.cs (1)
121
yield return Pen(() => Pens.Pink, Color.
Pink
);
System.Windows.Forms.Tests (3)
System\Windows\Forms\ControlPaintTests.Rendering.cs (3)
354
ControlPaint.DrawBorder(graphics, bounds, Color.
Pink
, ButtonBorderStyle.Dashed);
369
State.Pen(16, Color.
Pink
, penStyle),
370
State.Brush(Color.
Pink
, BRUSH_STYLE.BS_SOLID)));