1 write to attrNameLookupArray
System.Web (1)
UI\CssTextWriter.cs (1)
28
attrNameLookupArray
= new AttributeInformation[(int)HtmlTextWriterStyle.ZIndex + 1];
7 references to attrNameLookupArray
System.Web (7)
UI\CssTextWriter.cs (7)
134
if ((int)styleKey >= 0 && (int)styleKey <
attrNameLookupArray
.Length) {
135
return
attrNameLookupArray
[(int)styleKey].name;
147
if ((int)styleKey >= 0 && (int)styleKey <
attrNameLookupArray
.Length) {
148
return
attrNameLookupArray
[(int)styleKey].encode;
186
if ((int)key <
attrNameLookupArray
.Length) {
187
attrNameLookupArray
[(int)key] = new AttributeInformation(name, encode, isUrl);
295
isUrl =
attrNameLookupArray
[(int)key].isUrl;