2 writes to allowCustomPaging
System.Web (2)
UI\WebControls\PagedDataSource.cs (2)
36this.allowCustomPaging = false; 52allowCustomPaging = value;
3 references to allowCustomPaging
System.Web (3)
UI\WebControls\PagedDataSource.cs (3)
49return allowCustomPaging; 186return IsPagingEnabled && allowCustomPaging; 334if (allowCustomPaging || allowServerPaging) {