2 instantiations of DataPagerFieldCollection
System.Web.Extensions (2)
UI\WebControls\DataPager.cs (1)
89_fields = new DataPagerFieldCollection(this);
UI\WebControls\DataPagerFieldCollection.cs (1)
60DataPagerFieldCollection fields = new DataPagerFieldCollection(pager);
4 references to DataPagerFieldCollection
System.Web.Extensions (4)
UI\WebControls\DataPager.cs (2)
32private DataPagerFieldCollection _fields; 86public virtual DataPagerFieldCollection Fields {
UI\WebControls\DataPagerFieldCollection.cs (2)
58public DataPagerFieldCollection CloneFields(DataPager pager) { 60DataPagerFieldCollection fields = new DataPagerFieldCollection(pager);