1 write to _topPagerRow
System.Web (1)
UI\WebControls\DetailsView.cs (1)
1684_topPagerRow = CreateRow(-1, DataControlRowType.Pager, DataControlRowState.Normal, null, rows, pagedDataSource);
2 references to _topPagerRow
System.Web (2)
UI\WebControls\DetailsView.cs (2)
1276if (_topPagerRow == null) { 1279return _topPagerRow;