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)
103if (_attributes == null) 106return _attributes; 142return _attributes != null && _attributes.Count > 0; 305if (_attributes != null) { 306_attributes.AddAttributes(writer);