4 references to IsNamedColor
System.ComponentModel.TypeConverter (2)
System\Drawing\ColorConverter.cs (2)
67
else if (c.
IsNamedColor
)
114
else if (c.
IsNamedColor
)
System.Drawing.Primitives (2)
System\Drawing\Color.cs (1)
573
IsNamedColor
? $"{nameof(Color)} [{Name}]" :
System\Drawing\ColorTranslator.cs (1)
379
else if (c.
IsNamedColor
)