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)
237list.Add(key, value); 244list.Add(key, value);
net\System\Net\NetworkInformation\NetworkAddressChange.cs (2)
140s_availabilityCallerArray.Add(caller, ExecutionContext.Capture()); 273s_callerArray.Add(caller, captureContext ? ExecutionContext.Capture() : null);
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
706Properties.Add(key, value);
System.Web (7)
UI\ClientScriptManager.cs (5)
698_registeredControlsWithExpandoAttributes.Add(controlId, expandoAttributes); 705expandoAttributes.Add(attributeName, attributeValue); 741_registeredHiddenFields.Add(hiddenFieldName, hiddenFieldInitialValue); 934_registeredOnSubmitStatements.Add(key, script); 981scriptBlocks.Add(key, null);
UI\WebControls\LoginUtil.cs (2)
83replacements.Add(_userNameReplacementKey, userName); 84replacements.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)
510uniqueEntries.Add(entry.Name, entry);
System.Web.Mobile (4)
UI\MobileControls\CompileLiteralTextParser.cs (4)
155dictionary.Add("Font-Bold", "True"); 159dictionary.Add("Font-Italic", "True"); 163dictionary.Add("BreakAfter", "False"); 167dictionary.Add("NavigateUrl", linkUrl);