1 write to _attributes
System.Web.Extensions (1)
UI\WebControls\DataPager.cs (1)
62_attributes = new AttributeCollection(new StateBag(true));
5 references to _attributes
System.Web.Extensions (5)
UI\WebControls\DataPager.cs (5)
61if (_attributes == null) 64return _attributes; 240if (_attributes != null) { 405return (_attributes != null && _attributes.Count > 0);