8 references to Orange
DesignSurface (2)
MainForm.cs (2)
232rootComponent.BackColor = Color.Orange; 267rootComponent.BackColor = Color.Orange;
System.Drawing.Common (2)
System\Drawing\Brushes.cs (1)
262public static Brush Orange => GetBrush(s_orangeKey, Color.Orange);
System\Drawing\Pens.cs (1)
262public static Pen Orange => GetPen(s_orangeKey, Color.Orange);
System.Drawing.Common.Tests (2)
System\Drawing\BrushesTests.cs (1)
109yield return Brush(() => Brushes.Orange, Color.Orange);
System\Drawing\PensTests.cs (1)
111yield return Pen(() => Pens.Orange, Color.Orange);
System.Windows.Forms.UI.IntegrationTests (2)
PropertyGridTests.cs (2)
400_propertyGrid.CommandsDisabledLinkColor = Color.Orange; 401_propertyGrid.CommandsDisabledLinkColor.Should().Be(Color.Orange);