4 references to Blue
System.Drawing.Common (2)
System\Drawing\Brushes.cs (1)
161public static Brush Blue => GetBrush(s_blueKey, Color.Blue);
System\Drawing\Pens.cs (1)
161public static Pen Blue => GetPen(s_blueKey, Color.Blue);
System.Private.Windows.Core.TestUtilities (1)
CommonTestHelper.cs (1)
63Color.Blue,
System.Windows.Forms (1)
System\Windows\Forms\Controls\Labels\LinkUtilities.cs (1)
58return Color.Blue;