Home
last modified time | relevance | path

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