3 references to LightGray
System.Drawing.Primitives (1)
System\Drawing\Color.cs (1)
162
public static Color LightGray => new Color(KnownColor.
LightGray
);
System.Windows.Forms.Primitives (2)
System\Windows\Forms\GdiPlus\GdiPlusCache.cs (2)
93
KnownColor.
LightGray
=> Brushes.LightGray,
116
KnownColor.
LightGray
=> Pens.LightGray,