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