2 types derived from OrderedDictionary
System.Web (2)
Configuration\AdapterDictionary.cs (1)
15public class AdapterDictionary : OrderedDictionary {
Configuration\BrowserTree.cs (1)
37internal class BrowserTree : OrderedDictionary {
120 instantiations of OrderedDictionary
System (3)
compmod\system\collections\specialized\ordereddictionary.cs (1)
228return new OrderedDictionary(this);
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.ServiceModel.Internals (2)
System\Runtime\Collections\OrderedDictionary.cs (2)
20this.privateDictionary = new OrderedDictionary(); 27this.privateDictionary = new OrderedDictionary();
System.Web (82)
Compilation\BrowserCapabilitiesCompiler.cs (2)
199_browserOverrides = new OrderedDictionary(); 200_defaultBrowserOverrides = new OrderedDictionary();
UI\BindableTemplateBuilder.cs (3)
47OrderedDictionary table = new OrderedDictionary(); 131return new OrderedDictionary(); 183return new OrderedDictionary();
UI\WebControls\DataKey.cs (1)
84OrderedDictionary table = new OrderedDictionary();
UI\WebControls\DetailsView.cs (5)
370_boundFieldValues = new OrderedDictionary(capacity); 1020_keyTable = new OrderedDictionary(DataKeyNamesInternal.Length); 2223OrderedDictionary newValues = new OrderedDictionary(); 2462OrderedDictionary values = new OrderedDictionary(); 2463OrderedDictionary keys = new OrderedDictionary();
UI\WebControls\DetailsViewDeletedEventArgs.cs (2)
74_keys = new OrderedDictionary(); 86_values = new OrderedDictionary();
UI\WebControls\DetailsViewDeleteEventArgs.cs (2)
46_keys = new OrderedDictionary(); 59_values = new OrderedDictionary();
UI\WebControls\DetailsViewInsertedEventArgs.cs (1)
88_values = new OrderedDictionary();
UI\WebControls\DetailsViewInsertEventArgs.cs (1)
48_values = new OrderedDictionary();
UI\WebControls\DetailsViewUpdatedEventArgs.cs (3)
89_keys = new OrderedDictionary(); 101_values = new OrderedDictionary(); 113_oldValues = new OrderedDictionary();
UI\WebControls\DetailsViewUpdateEventArgs.cs (3)
50_keys = new OrderedDictionary(); 63_values = new OrderedDictionary(); 76_oldValues = new OrderedDictionary();
UI\WebControls\FormView.cs (4)
217_boundFieldValues = new OrderedDictionary(capacity); 857_keyTable = new OrderedDictionary(DataKeyNamesInternal.Length); 2092OrderedDictionary values = new OrderedDictionary(); 2093OrderedDictionary keys = new OrderedDictionary();
UI\WebControls\FormViewDeletedEventArgs.cs (2)
74_keys = new OrderedDictionary(); 86_values = new OrderedDictionary();
UI\WebControls\FormViewDeleteEventArgs.cs (2)
46_keys = new OrderedDictionary(); 59_values = new OrderedDictionary();
UI\WebControls\FormViewInsertedEventArgs.cs (1)
87_values = new OrderedDictionary();
UI\WebControls\FormViewInsertEventArgs.cs (1)
48_values = new OrderedDictionary();
UI\WebControls\FormViewUpdatedEventArgs.cs (3)
89_keys = new OrderedDictionary(); 101_values = new OrderedDictionary(); 113_oldValues = new OrderedDictionary();
UI\WebControls\FormViewUpdateEventArgs.cs (3)
50_keys = new OrderedDictionary(); 63_values = new OrderedDictionary(); 76_oldValues = new OrderedDictionary();
UI\WebControls\GridView.cs (11)
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); 2760OrderedDictionary newValues = new OrderedDictionary(); 3061OrderedDictionary values = new OrderedDictionary(); 3062OrderedDictionary keys = new OrderedDictionary(); 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\GridViewDeletedEventArgs.cs (2)
74_keys = new OrderedDictionary(); 86_values = new OrderedDictionary();
UI\WebControls\GridViewDeleteEventArgs.cs (2)
45_keys = new OrderedDictionary(); 58_values = new OrderedDictionary();
UI\WebControls\GridViewUpdatedEventArgs.cs (3)
88_keys = new OrderedDictionary(); 100_values = new OrderedDictionary(); 112_oldValues = new OrderedDictionary();
UI\WebControls\GridViewUpdateEventArgs.cs (3)
43_keys = new OrderedDictionary(); 56_values = new OrderedDictionary(); 69_oldValues = new OrderedDictionary();
UI\WebControls\ModelDataMethodResult.cs (1)
32outputParameters = outputParameters ?? new OrderedDictionary(StringComparer.OrdinalIgnoreCase);
UI\WebControls\ModelDataSourceView.cs (6)
499IOrderedDictionary mergedParameters = new OrderedDictionary(StringComparer.OrdinalIgnoreCase); 509IDictionary pagingParameters = new OrderedDictionary(StringComparer.OrdinalIgnoreCase); 607IDictionary caseInsensitiveOldValues = new OrderedDictionary(StringComparer.OrdinalIgnoreCase); 641IDictionary caseInsensitiveNewValues = new OrderedDictionary(StringComparer.OrdinalIgnoreCase); 674IDictionary caseInsensitiveNewValues = new OrderedDictionary(StringComparer.OrdinalIgnoreCase); 1178OrderedDictionary outputParameters = new OrderedDictionary(StringComparer.OrdinalIgnoreCase);
UI\WebControls\ObjectDataSourceView.cs (14)
850IDictionary caseInsensitiveOldValues = new OrderedDictionary(StringComparer.OrdinalIgnoreCase); 875IOrderedDictionary caseInsensitiveAllValues = new OrderedDictionary(StringComparer.OrdinalIgnoreCase); 932IDictionary caseInsensitiveNewValues = new OrderedDictionary(StringComparer.OrdinalIgnoreCase); 950IOrderedDictionary caseInsensitiveAllValues = new OrderedDictionary(StringComparer.OrdinalIgnoreCase); 996IOrderedDictionary mergedParameters = new OrderedDictionary(StringComparer.OrdinalIgnoreCase); 1055OrderedDictionary queryRowCountParameters = new OrderedDictionary(mergedParameters.Count); 1084IDictionary pagingParameters = new OrderedDictionary(StringComparer.OrdinalIgnoreCase); 1216IDictionary caseInsensitiveNewValues = new OrderedDictionary(StringComparer.OrdinalIgnoreCase); 1232caseInsensitiveOldValues = new OrderedDictionary(StringComparer.OrdinalIgnoreCase); 1245IDictionary caseInsensitiveNewValues = new OrderedDictionary(StringComparer.OrdinalIgnoreCase); 1270IOrderedDictionary caseInsensitiveAllValues = new OrderedDictionary(StringComparer.OrdinalIgnoreCase); 1331IDictionary outputParameters = new OrderedDictionary(StringComparer.OrdinalIgnoreCase); 1410OrderedDictionary parameters = new OrderedDictionary(2, StringComparer.OrdinalIgnoreCase); 1576parameters = new OrderedDictionary(methodParameterCount, StringComparer.OrdinalIgnoreCase);
UI\WebControls\ParameterCollection.cs (1)
185IOrderedDictionary valueDictionary = new OrderedDictionary();
System.Web.DynamicData (3)
DynamicData\FilterUserControlBase.cs (1)
78var keyTable = new OrderedDictionary(keyNames.Length);
DynamicData\MetaTable.cs (1)
559var queryStringKeys = new OrderedDictionary(PrimaryKeyNames.Length);
DynamicData\Util\Misc.cs (1)
145OrderedDictionary result = new OrderedDictionary();
System.Web.Extensions (29)
Globalization\ClientCultureInfo.cs (1)
143var dictionary = new OrderedDictionary();
Script\Services\RestHandler.cs (1)
204var result = new OrderedDictionary();
UI\ScriptRegistrationManager.cs (1)
659OrderedDictionary attrs = new OrderedDictionary();
UI\WebControls\DataSourceHelper.cs (1)
45IOrderedDictionary destination = new OrderedDictionary(dictionary.Count, StringComparer.OrdinalIgnoreCase);
UI\WebControls\ListView.cs (10)
220_boundFieldValues = new OrderedDictionary(); 1681OrderedDictionary keyTable = new OrderedDictionary(DataKeyNamesInternal.Length); 1825OrderedDictionary keyTable = new OrderedDictionary(DataKeyNamesInternal.Length); 1930OrderedDictionary suffixTable = new OrderedDictionary(ClientIDRowSuffixInternal.Length); 2034OrderedDictionary newValues = new OrderedDictionary(); 2352OrderedDictionary values = new OrderedDictionary(); 2353OrderedDictionary keys = new OrderedDictionary(); 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));
UI\WebControls\ListViewDeletedEventArgs.cs (2)
62_keys = new OrderedDictionary(); 74_values = new OrderedDictionary();
UI\WebControls\ListViewDeleteEventArgs.cs (2)
37_keys = new OrderedDictionary(); 50_values = new OrderedDictionary();
UI\WebControls\ListViewInsertedEventArgs.cs (1)
75_values = new OrderedDictionary();
UI\WebControls\ListViewInsertEventArgs.cs (1)
37_values = new OrderedDictionary();
UI\WebControls\ListViewUpdatedEventArgs.cs (2)
77_values = new OrderedDictionary(); 89_oldValues = new OrderedDictionary();
UI\WebControls\ListViewUpdateEventArgs.cs (3)
38_keys = new OrderedDictionary(); 51_values = new OrderedDictionary(); 64_oldValues = new OrderedDictionary();
UI\WebControls\QueryableDataSourceView.cs (4)
618IDictionary caseInsensitiveOldValues = new OrderedDictionary(StringComparer.OrdinalIgnoreCase); 656IDictionary caseInsensitiveNewValues = new OrderedDictionary(StringComparer.OrdinalIgnoreCase); 680IDictionary caseInsensitiveNewValues = new OrderedDictionary(StringComparer.OrdinalIgnoreCase); 681IDictionary caseInsensitiveOldValues = new OrderedDictionary(StringComparer.OrdinalIgnoreCase);
WindowsBase (1)
Base\MS\Internal\IO\Zip\ZipIOCentralDirectoryBlock.cs (1)
543_centralDirectoryDictionary = new OrderedDictionary(_centralDirectoryDictionaryInitialSize, StringComparer.Ordinal);
94 references to OrderedDictionary
System (4)
compmod\system\collections\specialized\ordereddictionary.cs (2)
58private OrderedDictionary(OrderedDictionary dictionary) { 227public OrderedDictionary AsReadOnly() {
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.ServiceModel.Internals (1)
System\Runtime\Collections\OrderedDictionary.cs (1)
16OrderedDictionary privateDictionary;
System.Web (68)
Compilation\BaseTemplateCodeDomTreeGenerator.cs (2)
998CodeVariableDeclarationStatement tableDecl = new CodeVariableDeclarationStatement(typeof(OrderedDictionary), tableVarName); 1002CodeObjectCreateExpression newTableExpression = new CodeObjectCreateExpression(typeof(OrderedDictionary));
Compilation\BrowserCapabilitiesCompiler.cs (4)
193private OrderedDictionary _browserOverrides; 194private OrderedDictionary _defaultBrowserOverrides; 216private static void AddStringToHashtable(OrderedDictionary table, object key, String content, bool before) { 231private static string GetFirstItemFromKey(OrderedDictionary table, object key) {
UI\BindableTemplateBuilder.cs (2)
47OrderedDictionary table = new OrderedDictionary(); 55private void ExtractTemplateValuesRecursive(ArrayList subBuilders, OrderedDictionary table, Control container) {
UI\WebControls\DataKey.cs (3)
76if (_keyTable is OrderedDictionary) { 77return ((OrderedDictionary)_keyTable).AsReadOnly(); 84OrderedDictionary table = new OrderedDictionary();
UI\WebControls\DetailsView.cs (9)
85private OrderedDictionary _boundFieldValues; 87private OrderedDictionary _keyTable; 1017private OrderedDictionary KeyTable { 1591OrderedDictionary keyTable = KeyTable; 2223OrderedDictionary newValues = new OrderedDictionary(); 2462OrderedDictionary values = new OrderedDictionary(); 2463OrderedDictionary keys = new OrderedDictionary(); 2849OrderedDictionaryStateHelper.LoadViewState((OrderedDictionary)KeyTable, (ArrayList)state[5]); 2917OrderedDictionaryStateHelper.LoadViewState((OrderedDictionary)BoundFieldValues, (ArrayList)myState[11]);
UI\WebControls\DetailsViewDeleteEventArgs.cs (2)
20private OrderedDictionary _keys; 21private OrderedDictionary _values;
UI\WebControls\DetailsViewInsertEventArgs.cs (1)
20private OrderedDictionary _values;
UI\WebControls\DetailsViewUpdateEventArgs.cs (3)
20private OrderedDictionary _values; 21private OrderedDictionary _keys; 22private OrderedDictionary _oldValues;
UI\WebControls\FormView.cs (8)
77private OrderedDictionary _boundFieldValues; 79private OrderedDictionary _keyTable; 854private OrderedDictionary KeyTable { 1364OrderedDictionary keyTable = KeyTable; 2092OrderedDictionary values = new OrderedDictionary(); 2093OrderedDictionary keys = new OrderedDictionary(); 2477OrderedDictionaryStateHelper.LoadViewState((OrderedDictionary)KeyTable, (ArrayList)state[5]); 2511OrderedDictionaryStateHelper.LoadViewState((OrderedDictionary)BoundFieldValues, (ArrayList)myState[7]);
UI\WebControls\FormViewDeleteEventArgs.cs (2)
20private OrderedDictionary _keys; 21private OrderedDictionary _values;
UI\WebControls\FormViewInsertEventArgs.cs (1)
20private OrderedDictionary _values;
UI\WebControls\FormViewUpdateEventArgs.cs (3)
20private OrderedDictionary _values; 21private OrderedDictionary _keys; 22private OrderedDictionary _oldValues;
UI\WebControls\GridView.cs (9)
98private OrderedDictionary _boundFieldValues; 2153OrderedDictionary keyTable = new OrderedDictionary(dataKeyNames.Length); 2167OrderedDictionary suffixTable = new OrderedDictionary(ClientIDRowSuffixInternal.Length); 2213OrderedDictionary keyTable = new OrderedDictionary(dataKeyNames.Length); 2227OrderedDictionary suffixTable = new OrderedDictionary(ClientIDRowSuffixInternal.Length); 2760OrderedDictionary newValues = new OrderedDictionary(); 3061OrderedDictionary values = new OrderedDictionary(); 3062OrderedDictionary keys = new OrderedDictionary(); 3574OrderedDictionaryStateHelper.LoadViewState((OrderedDictionary)BoundFieldValues, (ArrayList)myState[10]);
UI\WebControls\GridViewDeleteEventArgs.cs (2)
23private OrderedDictionary _keys; 24private OrderedDictionary _values;
UI\WebControls\GridViewUpdateEventArgs.cs (3)
23private OrderedDictionary _values; 24private OrderedDictionary _keys; 25private OrderedDictionary _oldValues;
UI\WebControls\ModelDataMethodResult.cs (3)
9private OrderedDictionary _outputParameters; 24public OrderedDictionary OutputParameters { 30public ModelDataMethodResult(object returnValue, OrderedDictionary outputParameters) {
UI\WebControls\ModelDataSourceMethod.cs (3)
10private Lazy<OrderedDictionary> _parameters = new Lazy<OrderedDictionary>(); 23public OrderedDictionary Parameters {
UI\WebControls\ModelDataSourceView.cs (3)
1177private OrderedDictionary GetOutputParameters(ParameterInfo[] parameters, object[] values) { 1178OrderedDictionary outputParameters = new OrderedDictionary(StringComparer.OrdinalIgnoreCase); 1215OrderedDictionary outputParameters = GetOutputParameters(method.MethodInfo.GetParameters(), parameterValues);
UI\WebControls\ObjectDataSourceView.cs (5)
1055OrderedDictionary queryRowCountParameters = new OrderedDictionary(mergedParameters.Count); 1410OrderedDictionary parameters = new OrderedDictionary(2, StringComparer.OrdinalIgnoreCase); 1571OrderedDictionary parameters = null; 2074internal OrderedDictionary Parameters; 2077internal ObjectDataSourceMethod(DataSourceOperation operation, Type type, MethodInfo methodInfo, OrderedDictionary parameters) {
System.Web.DynamicData (3)
DynamicData\FilterUserControlBase.cs (1)
78var keyTable = new OrderedDictionary(keyNames.Length);
DynamicData\MetaTable.cs (1)
559var queryStringKeys = new OrderedDictionary(PrimaryKeyNames.Length);
DynamicData\Util\Misc.cs (1)
145OrderedDictionary result = new OrderedDictionary();
System.Web.Extensions (18)
Globalization\ClientCultureInfo.cs (2)
137private static OrderedDictionary BuildSerializeableCultureInfo(ClientCultureInfo clientCultureInfo) { 143var dictionary = new OrderedDictionary();
Script\Services\RestHandler.cs (1)
204var result = new OrderedDictionary();
UI\ScriptRegistrationManager.cs (1)
659OrderedDictionary attrs = new OrderedDictionary();
UI\WebControls\ListView.cs (8)
86private OrderedDictionary _boundFieldValues; 1681OrderedDictionary keyTable = new OrderedDictionary(DataKeyNamesInternal.Length); 1825OrderedDictionary keyTable = new OrderedDictionary(DataKeyNamesInternal.Length); 1930OrderedDictionary suffixTable = new OrderedDictionary(ClientIDRowSuffixInternal.Length); 2034OrderedDictionary newValues = new OrderedDictionary(); 2352OrderedDictionary values = new OrderedDictionary(); 2353OrderedDictionary keys = new OrderedDictionary(); 2766OrderedDictionaryStateHelper.LoadViewState((OrderedDictionary)BoundFieldValues, (ArrayList)state[1]);
UI\WebControls\ListViewDeleteEventArgs.cs (2)
15private OrderedDictionary _values; 16private OrderedDictionary _keys;
UI\WebControls\ListViewInsertEventArgs.cs (1)
15private OrderedDictionary _values;
UI\WebControls\ListViewUpdateEventArgs.cs (3)
15private OrderedDictionary _values; 16private OrderedDictionary _keys; 17private OrderedDictionary _oldValues;