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