Home
last modified time | relevance | path

Searched refs:s_darkGrayKey (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/System/Drawing/
H A DPens.cs34 private static readonly object s_darkGrayKey = new object(); field in System.Drawing.Pens
180 public static Pen DarkGray => GetPen(s_darkGrayKey, Color.DarkGray);
H A DBrushes.cs34 private static readonly object s_darkGrayKey = new object(); field in System.Drawing.Brushes
180 public static Brush DarkGray => GetBrush(s_darkGrayKey, Color.DarkGray);