Home
last modified time | relevance | path

Searched refs:s_dimGrayKey (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.cs50 private static readonly object s_dimGrayKey = new object(); field in System.Drawing.Pens
196 public static Pen DimGray => GetPen(s_dimGrayKey, Color.DimGray);
H A DBrushes.cs50 private static readonly object s_dimGrayKey = new object(); field in System.Drawing.Brushes
196 public static Brush DimGray => GetBrush(s_dimGrayKey, Color.DimGray);