3 references to LightBlue
System.Drawing.Primitives (1)
System\Drawing\Color.cs (1)
152
public static Color LightBlue => new Color(KnownColor.
LightBlue
);
System.Windows.Forms.Primitives (2)
System\Windows\Forms\GdiPlus\GdiPlusCache.cs (2)
95
KnownColor.
LightBlue
=> Brushes.LightBlue,
118
KnownColor.
LightBlue
=> Pens.LightBlue,