1 write to _topPagerRow
System.Web (1)
UI\WebControls\FormView.cs (1)
1448
_topPagerRow
= CreateRow(itemIndex, DataControlRowType.Pager, DataControlRowState.Normal, rows, pagedDataSource);
2 references to _topPagerRow
System.Web (2)
UI\WebControls\FormView.cs (2)
1086
if (
_topPagerRow
== null) {
1089
return
_topPagerRow
;