14 references to Gray
DesignSurface (1)
MainForm.cs (1)
124
rootComponent.BackColor = Color.
Gray
;
System.Drawing.Common.Tests (2)
System\Drawing\BrushesTests.cs (1)
60
yield return Brush(() => Brushes.Gray, Color.
Gray
);
System\Drawing\PensTests.cs (1)
62
yield return Pen(() => Pens.Gray, Color.
Gray
);
System.Windows.Forms.Tests (11)
System\Windows\Forms\ControlPaintTests.Rendering.cs (7)
41
ControlPaint.DrawBorder(graphics, bounds, Color.
Gray
, ButtonBorderStyle.Inset);
58
State.Pen(16, ControlPaint.DarkDark(Color.
Gray
), penStyle),
64
State.Pen(16, ControlPaint.DarkDark(Color.
Gray
), penStyle),
70
State.Pen(16, ControlPaint.LightLight(Color.
Gray
), penStyle),
76
State.Pen(16, ControlPaint.LightLight(Color.
Gray
), penStyle),
82
State.Pen(16, ControlPaint.Light(Color.
Gray
), penStyle),
88
State.Pen(16, ControlPaint.Light(Color.
Gray
), penStyle),
System\Windows\Forms\DataGridViewTextBoxEditingControlTests.cs (4)
552
BackColor = Color.
Gray
,
555
yield return new object[] { customStyle, font, Color.
Gray
, Color.Green, false, HorizontalAlignment.Left, false };
761
BackColor = Color.
Gray
,
764
yield return new object[] { customStyle, font, Color.
Gray
, SystemColors.Control, Color.Green, false, HorizontalAlignment.Left, false };