3 references to IndianRed
System.Drawing.Common.Tests (2)
System\Drawing\BrushesTests.cs (1)
65
yield return Brush(() => Brushes.IndianRed, Color.
IndianRed
);
System\Drawing\PensTests.cs (1)
67
yield return Pen(() => Pens.IndianRed, Color.
IndianRed
);
WinFormsControlsTest (1)
MenuStripAndCheckedListBox.Designer.cs (1)
65
this.menuStrip1.BackColor = System.Drawing.Color.
IndianRed
;