Home
last modified time | relevance | path

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