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)
1276
if (
_topPagerRow
== null) {
1279
return
_topPagerRow
;