1 write to attrKeyLookupTable
System.Web (1)
UI\CssTextWriter.cs (1)
27
attrKeyLookupTable
= new Hashtable((int)HtmlTextWriterStyle.ZIndex + 1);
2 references to attrKeyLookupTable
System.Web (2)
UI\CssTextWriter.cs (2)
120
object key =
attrKeyLookupTable
[styleName.ToLower(CultureInfo.InvariantCulture)];
185
attrKeyLookupTable
.Add(nameLCase, key);