Home
last modified time | relevance | path

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