Home
last modified time | relevance | path

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