1 write to _topPagerRow
System.Web (1)
UI\WebControls\GridView.cs (1)
2135_topPagerRow = CreateRow(-1, -1, DataControlRowType.Pager, DataControlRowState.Normal, dataBinding, null, displayFields, rows, pagedDataSource);
7 references to _topPagerRow
System.Web (7)
UI\WebControls\GridView.cs (7)
1547if (_topPagerRow == null) { 1550return _topPagerRow; 2303if (_topPagerRow != null) { 2304_topPagerRow.Visible = false; 4115if (_topPagerRow != null && _topPagerRow.Cells.Count > 0) { 4116_topPagerRow.Cells[0].ColumnSpan = visibleColumns;