1 write to _bottomPagerRow
System.Web (1)
UI\WebControls\FormView.cs (1)
1476
_bottomPagerRow
= CreateRow(itemIndex, DataControlRowType.Pager, DataControlRowState.Normal, rows, pagedDataSource);
2 references to _bottomPagerRow
System.Web (2)
UI\WebControls\FormView.cs (2)
206
if (
_bottomPagerRow
== null) {
209
return
_bottomPagerRow
;