1 write to s_htmlSysColorTable
System.Drawing.Primitives (1)
System\Drawing\ColorTranslator.cs (1)
402
s_htmlSysColorTable
= new Dictionary<string, Color>(27)
2 references to s_htmlSysColorTable
System.Drawing.Primitives (2)
System\Drawing\ColorTranslator.cs (2)
261
if (
s_htmlSysColorTable
== null)
266
s_htmlSysColorTable
!.TryGetValue(htmlColor.ToLowerInvariant(), out c);