4 references to Brown
System.Drawing.Common.Tests (2)
System\Drawing\BrushesTests.cs (1)
21
yield return Brush(() => Brushes.Brown, Color.
Brown
);
System\Drawing\PensTests.cs (1)
23
yield return Pen(() => Pens.Brown, Color.
Brown
);
System.Windows.Forms.Tests (2)
System\Windows\Forms\DataGridViewLinkCellTests.cs (2)
141
_cell.LinkColorInternal = Color.
Brown
;
143
_cell.LinkColor.Should().Be(Color.
Brown
);