Home
last modified time | relevance | path

Searched refs:bottomPagerRow (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.UI.WebControls/
H A DFormView.cs56 FormViewRow bottomPagerRow; field in System.Web.UI.WebControls.FormView
327 return bottomPagerRow;
951 bottomPagerRow = null; in CreateChildControls()
1026 bottomPagerRow = CreateRow (0, DataControlRowType.Pager, DataControlRowState.Normal); in CreateChildControls()
1027 InitializePager (bottomPagerRow, pagedDataSource); in CreateChildControls()
1028 table.Rows.Add (bottomPagerRow); in CreateChildControls()
H A DGridView.cs54 GridViewRow bottomPagerRow; field in System.Web.UI.WebControls.GridView
483 return bottomPagerRow;
1530 bottomPagerRow = CreatePagerRow (fieldCount, pagedDataSource); in CreateChildControls()
1531 OnRowCreated (new GridViewRowEventArgs (bottomPagerRow)); in CreateChildControls()
1532 mainTable.Rows.Add (bottomPagerRow); in CreateChildControls()
1534 bottomPagerRow.DataBind (); in CreateChildControls()
1535 OnRowDataBound (new GridViewRowEventArgs (bottomPagerRow)); in CreateChildControls()
1538 bottomPagerRow.Visible = false; in CreateChildControls()
H A DDetailsView.cs58 DetailsViewRow bottomPagerRow; field in System.Web.UI.WebControls.DetailsView
441 return bottomPagerRow;
1137 bottomPagerRow = null; in CreateChildControls()
1231 bottomPagerRow = CreateRow (-1, DataControlRowType.Pager, DataControlRowState.Normal); in CreateChildControls()
1232 InitializePager (bottomPagerRow, pagedDataSource); in CreateChildControls()
1233 table.Rows.Add (bottomPagerRow); in CreateChildControls()