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