1 write to _attributes
System.Web (1)
UI\WebControls\listitem.cs (1)
104
_attributes
= new AttributeCollection(new StateBag(true));
6 references to _attributes
System.Web (6)
UI\WebControls\listitem.cs (6)
103
if (
_attributes
== null)
106
return
_attributes
;
142
return
_attributes
!= null &&
_attributes
.Count > 0;
305
if (
_attributes
!= null) {
306
_attributes
.AddAttributes(writer);