42 references to Pair
System.Web (30)
Compilation\ConnectionStringsExpressionBuilder.cs (1)
46
return new
Pair
(name, connectionString);
Configuration\HttpCapabilitiesSectionHandler.cs (1)
237
fileList.Add(new
Pair
(filename, attr));
Handlers\AssemblyResourceLoader.cs (1)
153
Pair assemblyInfo = new
Pair
(assemblyName, assemblyDate);
UI\Control.cs (2)
2455
return new
Pair
(controlState, adapterControlState);
2556
return new
Pair
(controlSavedState, childStates);
UI\DesignTimeParseData.cs (2)
121
allEntries.Add(new Triplet(entry.TagPrefix, new
Pair
(entry.TagName, entry.UserControlSource.ToString()), null));
126
allEntries.Add(new Triplet(entry.TagPrefix, null, new
Pair
(entry.Namespace, entry.AssemblyName)));
UI\HiddenFieldPageStatePersister.cs (1)
53
Page.ClientState = Util.SerializeWithAssert(StateFormatter2, new
Pair
(ViewState, ControlState), Purpose.WebForms_HiddenFieldPageStatePersister_ClientState);
UI\ObjectStateFormatter.cs (1)
517
return new
Pair
(DeserializeValue(reader),
UI\OrderedDictionaryStateHelper.cs (1)
38
list.Add(new
Pair
(entry.Key, entry.Value));
UI\Page.cs (2)
2114
return new
Pair
(persister.ControlState, persister.ViewState);
5513
Pair allSavedViewState = new
Pair
(GetTypeHashCode().ToString(NumberFormatInfo.InvariantInfo), SaveViewStateRecursive(inheritedMode));
UI\ParsedAttributeCollection.cs (1)
86
Pair pair = new
Pair
(line, column);
UI\SessionPageStatePersister.cs (3)
108
state = new
Pair
(ViewState, ControlState);
114
clientData = new
Pair
(sessionViewStateID, ControlState);
139
Page.ClientState = Util.SerializeWithAssert(StateFormatter2, new
Pair
(requiresControlStateInSession, clientData), Purpose.WebForms_SessionPageStatePersister_ClientState);
UI\StateManagedCollection.cs (4)
432
return new
Pair
(states, typeIndices);
435
return new
Pair
(states, new
Pair
(typeIndices, typedObjectTypeNames));
518
return new Triplet(indices, states, new
Pair
(typeIndices, typedObjectTypeNames));
UI\UserControl.cs (1)
331
myState = new
Pair
(baseState, attrState);
UI\WebControls\Adapters\MenuAdapter.cs (1)
133
return new
Pair
(baseState, _path);
UI\WebControls\listitem.cs (1)
330
return new
Pair
(text, value);
UI\WebControls\ListItemCollection.cs (1)
418
return new
Pair
(indices, items);
UI\WebControls\LoginView.cs (1)
334
return new
Pair
(baseState, templateIndexState);
UI\WebControls\Menu.cs (1)
2359
return new
Pair
(baseState, _selectedItem.InternalValuePath);
UI\WebControls\MethodParametersDictionary.cs (1)
81
return hasState ? new
Pair
(names, states) : null;
UI\WebControls\MultiView.cs (1)
347
return new
Pair
(obj, avi);
UI\WebControls\WebControl.cs (1)
852
myState = new
Pair
(baseState, aState);
UI\WebParts\PersonalizableAttribute.cs (1)
207
propertyBag[name] = new
Pair
(propEntry.PropertyInfo, value);
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceView.cs (1)
1616
return new
Pair
(_disableUpdates, _originalProperties);
System.Web.Entity.Design (1)
System\Data\WebControls\Design\EntityDataSourceStatementEditor.cs (1)
48
new
Pair
(context, value),
System.Web.Mobile (10)
UI\MobileControls\Adapters\ChtmlCalendarAdapter.cs (1)
260
return new
Pair
(baseState, _chooseOption);
UI\MobileControls\Adapters\WmlCalendarAdapter.cs (1)
243
return new
Pair
(baseState, _chooseOption);
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicCalendarAdapter.cs (1)
223
return new
Pair
(baseState, _chooseOption);
UI\MobileControls\MobilePage.cs (3)
1183
state = new
Pair
(null,
1211
state = new
Pair
(null, new Triplet(GetTypeHashCode().ToString(CultureInfo.InvariantCulture), null, null));
1289
new
Pair
(activeFormID, serverViewStateID));
UI\MobileControls\PagedControl.cs (3)
306
return new
Pair
(baseState, new
Pair
(_lastItemIndexLoaded, _lastItemCountLoaded));
311
return new
Pair
(baseState, null);
UI\MobileControls\SessionViewState.cs (1)
204
Pair id = new
Pair
(_sessionUniqueID, _currentHistoryID);