Home
last modified time | relevance | path

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