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)
61
if (
_attributes
== null)
64
return
_attributes
;
240
if (
_attributes
!= null) {
405
return (
_attributes
!= null &&
_attributes
.Count > 0);