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