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