6 references to LightBlue
DesignSurface (1)
MainForm.MyUserControl.cs (1)
21
BackColor = Color.
LightBlue
;
System.Drawing.Common (2)
System\Drawing\Brushes.cs (1)
223
public static Brush LightBlue => GetBrush(s_lightBlueKey, Color.
LightBlue
);
System\Drawing\Pens.cs (1)
223
public static Pen LightBlue => GetPen(s_lightBlueKey, Color.
LightBlue
);
System.Drawing.Common.Tests (2)
System\Drawing\BrushesTests.cs (1)
73
yield return Brush(() => Brushes.LightBlue, Color.
LightBlue
);
System\Drawing\PensTests.cs (1)
75
yield return Pen(() => Pens.LightBlue, Color.
LightBlue
);
UnsupportedTypes (1)
CreateFrameworkTypes.cs (1)
285
AlternatingBackColor = Color.
LightBlue