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