1 write to _orderGroupsByParameters
System.Web.Extensions (1)
UI\WebControls\QueryableDataSourceView.cs (1)
212
_orderGroupsByParameters
= new ParameterCollection();
6 references to _orderGroupsByParameters
System.Web.Extensions (6)
UI\WebControls\QueryableDataSourceView.cs (6)
211
if (
_orderGroupsByParameters
== null) {
213
_orderGroupsByParameters
.ParametersChanged += new EventHandler(OnQueryParametersChanged);
215
DataSourceHelper.TrackViewState(
_orderGroupsByParameters
);
218
return
_orderGroupsByParameters
;
504
myState[3] = DataSourceHelper.SaveViewState(
_orderGroupsByParameters
);
519
DataSourceHelper.TrackViewState(
_orderGroupsByParameters
);