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