9 references to AttributeCollection
System.Web (6)
UI\HtmlControls\HtmlControl.cs (1)
78_attributes = new AttributeCollection(ViewState);
UI\UserControl.cs (1)
112attributes = 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)
130attrColl = 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));