7 references to StateFormatter
System.Web (7)
UI\WebControls\GridView.cs (7)
1884
return "\"" + PageIndex + "|" + (int)sortDirection + "|" +
StateFormatter
.Serialize(sortExpression, Purpose.WebForms_GridView_SortExpression) + "|\"";
1892
_sortExpressionSerialized =
StateFormatter
.Serialize(SortExpression, Purpose.WebForms_GridView_SortExpression);
2775
IStateFormatter2 formatter =
StateFormatter
;
3520
oldSortExpression = (string)
StateFormatter
.Deserialize(sortExpressionSerialized, Purpose.WebForms_GridView_SortExpression);
3523
dataKeys =
StateFormatter
.Deserialize(dataKeysSerialized, Purpose.WebForms_GridView_DataKeys);
3733
IStateFormatter2 formatter =
StateFormatter
;
4127
IStateFormatter2 formatter =
StateFormatter
;