1 instantiation of AttributeInformation
System.Web (1)
UI\HTMLTextWriter.cs (1)
642_attrNameLookupArray[(int)key] = new AttributeInformation(name, encode, isUrl);
4 references to AttributeInformation
System.Web (4)
UI\HTMLTextWriter.cs (4)
108private static AttributeInformation[] _attrNameLookupArray; 231_attrNameLookupArray = new AttributeInformation[(int)HtmlTextWriterAttribute.VCardName + 1]; 718AttributeInformation info = _attrNameLookupArray[attributeIndex]; 726AttributeInformation info = _attrNameLookupArray[attributeIndex];