1 write to attrColl
System.Web (1)
UI\WebControls\WebControl.cs (1)
130attrColl = new AttributeCollection(attrState);
4 references to attrColl
System.Web (4)
UI\WebControls\WebControl.cs (4)
122if (attrColl == null) { 132return attrColl; 404return (((attrColl != null) && (attrColl.Count > 0)) || ((attrState != null) && (attrState.Count > 0)));