6 references to Orange
DesignSurface (2)
MainForm.cs (2)
236rootComponent.BackColor = Color.Orange; 271rootComponent.BackColor = 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);