Implemented interface member:
method
Add
System.Collections.IDictionary.Add(System.Object, System.Object)
18 references to Add
System (4)
compmod\system\collections\specialized\hybriddictionary.cs (2)
237
list.
Add
(key, value);
244
list.
Add
(key, value);
net\System\Net\NetworkInformation\NetworkAddressChange.cs (2)
140
s_availabilityCallerArray.
Add
(caller, ExecutionContext.Capture());
273
s_callerArray.
Add
(caller, captureContext ? ExecutionContext.Capture() : null);
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
706
Properties.
Add
(key, value);
System.Web (7)
UI\ClientScriptManager.cs (5)
698
_registeredControlsWithExpandoAttributes.
Add
(controlId, expandoAttributes);
705
expandoAttributes.
Add
(attributeName, attributeValue);
741
_registeredHiddenFields.
Add
(hiddenFieldName, hiddenFieldInitialValue);
934
_registeredOnSubmitStatements.
Add
(key, script);
981
scriptBlocks.
Add
(key, null);
UI\WebControls\LoginUtil.cs (2)
83
replacements.
Add
(_userNameReplacementKey, userName);
84
replacements.
Add
(_passwordReplacementKey, password);
System.Web.DataVisualization (1)
WebForm\General\ChartHttpHandler.cs (1)
1943
_ringTrackers.
Add
(keyFormat, result);
System.Web.Extensions (1)
UI\ScriptRegistrationManager.cs (1)
510
uniqueEntries.
Add
(entry.Name, entry);
System.Web.Mobile (4)
UI\MobileControls\CompileLiteralTextParser.cs (4)
155
dictionary.
Add
("Font-Bold", "True");
159
dictionary.
Add
("Font-Italic", "True");
163
dictionary.
Add
("BreakAfter", "False");
167
dictionary.
Add
("NavigateUrl", linkUrl);