24 references to OrderedDictionary
System (3)
compmod\system\collections\specialized\ordereddictionary.cs (1)
44public OrderedDictionary() : this(0) {
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (1)
1550OrderedDictionary attrDictionary = new OrderedDictionary(attrArray.Length);
compmod\system\componentmodel\TypeDescriptor.cs (1)
2533OrderedDictionary filterTable = new OrderedDictionary(members.Count);
System.Web (13)
UI\WebControls\DetailsView.cs (2)
370_boundFieldValues = new OrderedDictionary(capacity); 1020_keyTable = new OrderedDictionary(DataKeyNamesInternal.Length);
UI\WebControls\FormView.cs (2)
217_boundFieldValues = new OrderedDictionary(capacity); 857_keyTable = new OrderedDictionary(DataKeyNamesInternal.Length);
UI\WebControls\GridView.cs (8)
421_boundFieldValues = new OrderedDictionary(capacity); 2153OrderedDictionary keyTable = new OrderedDictionary(dataKeyNames.Length); 2167OrderedDictionary suffixTable = new OrderedDictionary(ClientIDRowSuffixInternal.Length); 2213OrderedDictionary keyTable = new OrderedDictionary(dataKeyNames.Length); 2227OrderedDictionary suffixTable = new OrderedDictionary(ClientIDRowSuffixInternal.Length); 3458_persistedDataKey = new DataKey(new OrderedDictionary(_dataKeyNames.Length), _dataKeyNames); 3486DataKeysArrayList.Add(new DataKey(new OrderedDictionary(dataKeyNamesLength), dataKeyNames)); 3501ClientIDRowSuffixArrayList.Add(new DataKey(new OrderedDictionary(ClientIDRowSuffixLength), ClientIDRowSuffix));
UI\WebControls\ObjectDataSourceView.cs (1)
1055OrderedDictionary queryRowCountParameters = new OrderedDictionary(mergedParameters.Count);
System.Web.DynamicData (2)
DynamicData\FilterUserControlBase.cs (1)
78var keyTable = new OrderedDictionary(keyNames.Length);
DynamicData\MetaTable.cs (1)
559var queryStringKeys = new OrderedDictionary(PrimaryKeyNames.Length);
System.Web.Extensions (6)
UI\WebControls\ListView.cs (6)
1681OrderedDictionary keyTable = new OrderedDictionary(DataKeyNamesInternal.Length); 1825OrderedDictionary keyTable = new OrderedDictionary(DataKeyNamesInternal.Length); 1930OrderedDictionary suffixTable = new OrderedDictionary(ClientIDRowSuffixInternal.Length); 2714_persistedDataKey = new DataKey(new OrderedDictionary(_dataKeyNames.Length), _dataKeyNames); 2754DataKeysArrayList.Add(new DataKey(new OrderedDictionary(dataKeyNamesLength), dataKeyNames)); 2783ClientIDRowSuffixArrayList.Add(new DataKey(new OrderedDictionary(ClientIDRowSuffixLength), ClientIDRowSuffix));