1 reference to GetColors
System.ComponentModel.TypeConverter (1)
src\libraries\Common\src\System\Drawing\ColorTable.cs (1)
12
private static readonly Lazy<Dictionary<string, Color>> s_colorConstants = new Lazy<Dictionary<string, Color>>(
GetColors
);