12 writes to Second
System.Web (8)
UI\Page.cs (1)
5526statePair.Second = allSavedViewState;
UI\Pair.cs (1)
25Second = y;
UI\WebControls\DataBoundControl.cs (1)
504myState.Second = ((IStateManager)ModelDataSource).SaveViewState();
UI\WebControls\ObjectDataSource.cs (1)
1005myState.Second = ((IStateManager)_view).SaveViewState();
UI\WebControls\ObjectDataSourceView.cs (1)
1990myState.Second = (_filterParameters != null) ? ((IStateManager)_filterParameters).SaveViewState() : null;
UI\WebControls\Repeater.cs (1)
1013myState.Second = ((IStateManager)ModelDataSource).SaveViewState();
UI\WebControls\SqlDataSource.cs (1)
1101myState.Second = ((IStateManager)_view).SaveViewState();
UI\WebControls\SqlDataSourceView.cs (1)
1460myState.Second = (_filterParameters != null) ? ((IStateManager)_filterParameters).SaveViewState() : null;
System.Web.DynamicData (1)
DynamicData\ControlFilterExpression.cs (1)
91p.Second = ((IStateManager)Expression.Parameters).SaveViewState();
System.Web.Extensions (3)
UI\WebControls\Expressions\ParameterDataSourceExpression.cs (1)
49p.Second = DataSourceHelper.SaveViewState(_parameters);
UI\WebControls\QueryableDataSource.cs (1)
110myState.Second = ((IStateManager)_view).SaveViewState();
UI\WebControls\QueryExtender.cs (1)
111p.Second = _query != null ? ((IStateManager)_query.Expressions).SaveViewState() : null;
81 references to Second
System.Web (61)
Compilation\ConnectionStringsExpressionBuilder.cs (2)
55bool connectionString = (bool)p.Second; 70bool connectionString = (bool)p.Second;
Configuration\HttpCapabilitiesSectionHandler.cs (2)
307XmlNode srcAttribute = (XmlNode)pair0.Second; 346e, (XmlNode)pair.Second);
Handlers\AssemblyResourceLoader.cs (2)
419long assemblyDate = (long)assemblyInfo.Second; 643cachePolicy.SetLastModified(new DateTime((long)assemblyInfo.Second));
UI\Control.cs (3)
1966if (AdapterInternal == null || savedState.Second == null) { 1969AdapterInternal.LoadAdapterControlState(savedState.Second); 2021childState = (ArrayList)allSavedState.Second;
UI\ControlBuilder.cs (1)
2944column = (int)attributeValuePositions[name].Second;
UI\HiddenFieldPageStatePersister.cs (1)
34ControlState = combinedState.Second;
UI\ObjectStateFormatter.cs (1)
928objectStack.Push(p.Second);
UI\OrderedDictionaryStateHelper.cs (1)
26dictionary.Add(pairEntry.First, pairEntry.Second);
UI\Page.cs (7)
2036allSavedViewState = statePair.Second as Pair; 2071LoadViewStateRecursive(allSavedViewState.Second); 5517if (allSavedViewState.Second is Pair) { 5518viewStateSize = EstimateStateSize(((Pair)allSavedViewState.Second).First); 5519} else if (allSavedViewState.Second is Triplet) { 5520viewStateSize = EstimateStateSize(((Triplet)allSavedViewState.Second).First); 5548persister.ViewState = pair.Second;
UI\SessionPageStatePersister.cs (4)
53persistedStateID = (string)combinedState.Second; 58Pair pair = (Pair)combinedState.Second; 60ControlState = pair.Second; 70ControlState = combinedState.Second;
UI\StateManagedCollection.cs (5)
159if (p1.Second is Pair) { 160Pair p2 = (Pair)p1.Second; 165ArrayList typedObjectTypeNames = (ArrayList)p2.Second; 203int[] typeIndices = (int[])p1.Second; 239ArrayList typedObjectTypeNames = (ArrayList)p.Second;
UI\UserControl.cs (2)
310if (myState.Second != null) { 315attributeStorage.LoadViewState(myState.Second);
UI\WebControls\Adapters\MenuAdapter.cs (1)
36_path = (string)pairState.Second;
UI\WebControls\DataBoundControl.cs (3)
479if (myState.Second != null) { 480((IStateManager)ModelDataSource).LoadViewState(myState.Second); 507(myState.Second == null)) {
UI\WebControls\listitem.cs (1)
287Value = (string) p.Second;
UI\WebControls\ListItemCollection.cs (1)
341ArrayList items = (ArrayList) p.Second;
UI\WebControls\LoginView.cs (2)
267if (state.Second != null) { 268_templateIndex = (int)state.Second;
UI\WebControls\Menu.cs (2)
2093if (state.Second != null) { 2094string path = state.Second as string;
UI\WebControls\MethodParametersDictionary.cs (1)
54object[] states = (object[])pair.Second;
UI\WebControls\MultiView.cs (1)
234ActiveViewIndex = (int) p.Second;
UI\WebControls\ObjectDataSource.cs (3)
956if (myState.Second != null) { 957((IStateManager)GetView()).LoadViewState(myState.Second); 1009(myState.Second == null)) {
UI\WebControls\ObjectDataSourceView.cs (3)
1752if (myState.Second != null) 1753((IStateManager)FilterParameters).LoadViewState(myState.Second); 1993(myState.Second == null)) {
UI\WebControls\Repeater.cs (3)
988if (myState.Second != null) { 989((IStateManager)ModelDataSource).LoadViewState(myState.Second); 1016(myState.Second == null)) {
UI\WebControls\SqlDataSource.cs (3)
1054if (myState.Second != null) { 1055((IStateManager)GetView()).LoadViewState(myState.Second); 1105(myState.Second == null)) {
UI\WebControls\SqlDataSourceView.cs (3)
1259if (myState.Second != null) 1260((IStateManager)FilterParameters).LoadViewState(myState.Second); 1463(myState.Second == null)) {
UI\WebControls\WebControl.cs (2)
727if (myState.Second != null) { 732attrState.LoadViewState(myState.Second);
UI\WebParts\WebPartManager.cs (1)
2249val = data.Second;
System.Web.DynamicData (2)
DynamicData\ControlFilterExpression.cs (2)
98if (p.Second != null) { 99((IStateManager)Expression.Parameters).LoadViewState(p.Second);
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceView.cs (1)
1609_originalProperties = (Dictionary<string, ArrayList>)state.Second;
System.Web.Entity.Design (1)
System\Data\WebControls\Design\EntityDataSourceStatementEditor.cs (1)
29string value = (string)((Pair)pair).Second;
System.Web.Extensions (7)
UI\WebControls\Expressions\ParameterDataSourceExpression.cs (2)
56if (p.Second != null) { 57((IStateManager)Parameters).LoadViewState(p.Second);
UI\WebControls\QueryableDataSource.cs (3)
113(myState.Second == null)) { 133if (myState.Second != null) { 134((IStateManager)View).LoadViewState(myState.Second);
UI\WebControls\QueryExtender.cs (2)
118if (p.Second != null) { 119((IStateManager)Query.Expressions).LoadViewState(p.Second);
System.Web.Mobile (9)
UI\MobileControls\Adapters\ChtmlCalendarAdapter.cs (1)
203_chooseOption = (int)pair.Second;
UI\MobileControls\Adapters\WmlCalendarAdapter.cs (1)
185_chooseOption = (int)pair.Second;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicCalendarAdapter.cs (1)
175_chooseOption = (int)pair.Second;
UI\MobileControls\MobilePage.cs (3)
1154Pair id = (Pair) pair.Second; 1302Pair allViewState = pair.Second as Pair; 1303if (allViewState == null || allViewState.Second != null)
UI\MobileControls\PagedControl.cs (2)
328_stateLoadItemsArgs = statePair.Second as Pair; 341new LoadItemsEventArgs((int) _stateLoadItemsArgs.First, (int) _stateLoadItemsArgs.Second));
UI\MobileControls\SessionViewState.cs (1)
231int historyID = (int) id.Second;