9 references to AttributeCollection
System.Web (6)
UI\HtmlControls\HtmlControl.cs (1)
78
_attributes = new
AttributeCollection
(ViewState);
UI\UserControl.cs (1)
112
attributes = new
AttributeCollection
(attributeStorage);
UI\WebControls\CheckBox.cs (2)
124
_inputAttributes = new
AttributeCollection
(_inputAttributesState);
149
_labelAttributes = new
AttributeCollection
(_labelAttributesState);
UI\WebControls\listitem.cs (1)
104
_attributes = new
AttributeCollection
(new StateBag(true));
UI\WebControls\WebControl.cs (1)
130
attrColl = new
AttributeCollection
(attrState);
System.Web.Extensions (3)
UI\UpdatePanel.cs (1)
71
_attributes = new
AttributeCollection
(bag);
UI\UpdateProgress.cs (1)
66
_attributes = new
AttributeCollection
(bag);
UI\WebControls\DataPager.cs (1)
62
_attributes = new
AttributeCollection
(new StateBag(true));