1 instantiation of AttributeInformation
System.Web (1)
UI\CssTextWriter.cs (1)
187attrNameLookupArray[(int)key] = new AttributeInformation(name, encode, isUrl);
2 references to AttributeInformation
System.Web (2)
UI\CssTextWriter.cs (2)
23private static AttributeInformation[] attrNameLookupArray; 28attrNameLookupArray = new AttributeInformation[(int)HtmlTextWriterStyle.ZIndex + 1];