Implemented interface member:
method
Add
System.Collections.IDictionary.Add(System.Object, System.Object)
47 references to Add
PresentationBuildTasks (1)
Framework\System\Windows\Markup\XamlReaderHelper.cs (1)
2400
XamlTypeMapper.PITable.
Add
(mappingUri, usingData);
PresentationCore (2)
Core\CSharp\MS\Internal\IO\Packaging\PreloadedPackages.cs (1)
143
_packagePairs.
Add
(uri, new PackageThreadSafePair(package, threadSafe));
Core\CSharp\System\IO\Packaging\PackageStore.cs (1)
151
_packages.
Add
(uri, package);
PresentationFramework (6)
src\Framework\MS\Internal\Data\ViewManager.cs (2)
481
base.
Add
(new WeakRefKey(collection), cr);
752
_inactiveViewTables.
Add
(vt, InactivityThreshold);
src\Framework\System\Windows\Documents\PageContent.cs (1)
568
_pendingStreams.
Add
(p, pageStream);
src\Framework\System\Windows\Markup\BamlRecordReader.cs (1)
613
XamlTypeMapper.PITable.
Add
(piMappingRecord.XmlNamespace, mapping);
src\Framework\System\Windows\Markup\BamlWriter.cs (1)
865
_xamlTypeMapper.PITable.
Add
(xmlNamespace, mapping);
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (1)
326
newDict.
Add
(de.Key, de.Value);
System.Configuration (10)
System\Configuration\BaseConfigurationRecord.cs (4)
690
ConfigStreamInfo.StreamInfos.
Add
(ConfigStreamInfo.StreamName, fileStreamInfo);
3445
locationConfigPaths.
Add
(targetConfigPath, locationSectionRecordDictionary);
3451
locationSectionRecordDictionary.
Add
(locationSectionRecord.ConfigKey, locationSectionRecord);
3834
ConfigStreamInfo.StreamInfos.
Add
(streamname, streamInfo);
System\Configuration\ConfigurationElement.cs (1)
1526
nodeFound.
Add
(propertyName, propertyName);
System\Configuration\ConfigurationLockCollection.cs (2)
133
internalDictionary.
Add
(name, flags); // not from parent
148
internalDictionary.
Add
(name, flags); // not from parent
System\Configuration\MgmtConfigurationRecord.cs (3)
89
_streamInfoUpdates.
Add
(streamInfo.StreamName, streamInfo.Clone());
671
_streamInfoUpdates.
Add
(newConfigSourceStreamName, streamInfo);
1168
_streamInfoUpdates.
Add
(filename, streamInfo);
System.Data.SqlXml (4)
System\Xml\Xsl\Xslt\QilGenerator.cs (2)
708
prefixesInUse.
Add
(prefix, nsUri);
732
prefixesInUse.
Add
(recPrefix, recNsUri);
System\Xml\Xsl\Xslt\XsltLoader.cs (1)
206
documentUriInUse.
Add
(baseUri, null);
System\Xml\Xsl\XsltOld\Compiler.cs (1)
493
this.documentURIs.
Add
(href, null);
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
1755
this.map.
Add
(action, operation);
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\ServiceParser.cs (2)
344
sourceDependencies.
Add
(fileName, fileName);
666
linkedAssemblies.
Add
(assembly, null);
System.Web (18)
FileChangesMonitor.cs (1)
311
_targets.
Add
(callback.Target, new FileMonitorTarget(callback, alias));
PartitionResolver.cs (1)
95
_partitions.
Add
(partitionString, partitionInfo);
Security\RolePrincipal.cs (3)
306
_Roles.
Add
(role, String.Empty);
337
_Roles.
Add
(roleTemp, String.Empty);
373
_Roles.
Add
(role, String.Empty);
UI\ControlBuilder.cs (1)
2996
dictionary.
Add
(entry.Name, index++);
UI\Page.cs (2)
2962
_registeredControlsRequiringClearChildControlState.
Add
(control, true);
2965
_registeredControlsRequiringClearChildControlState.
Add
(control, true);
UI\WebParts\ConnectionsZone.cs (4)
1088
validConsumers.
Add
(consumer.ID + ID_SEPARATOR + consumerConnectionPoint.ID,
1095
validConsumers.
Add
(consumer.ID + ID_SEPARATOR + consumerConnectionPoint.ID,
1138
validProviders.
Add
(provider.ID + ID_SEPARATOR + providerConnectionPoint.ID,
1145
validProviders.
Add
(provider.ID + ID_SEPARATOR + providerConnectionPoint.ID,
UI\WebParts\ConsumerConnectionPointCollection.cs (1)
37
_ids.
Add
(id, point);
UI\WebParts\PersonalizationDictionary.cs (1)
87
_dictionary.
Add
(key, value);
UI\WebParts\ProviderConnectionPointCollection.cs (1)
38
_ids.
Add
(id, point);
UI\WebParts\WebPartDescriptionCollection.cs (1)
40
_ids.
Add
(id, description);
UI\WebParts\WebPartVerbCollection.cs (2)
79
_ids.
Add
(existingVerb.ID, existingVerb);
98
_ids.
Add
(webPartVerb.ID, webPartVerb);
System.Web.Extensions (2)
UI\ScriptManager.cs (2)
1920
uniqueScriptDict.
Add
(key, sr);
1942
uniqueScriptDict.
Add
(key, sr);
WindowsBase (1)
Base\MS\Internal\BaseHashHelper.cs (1)
81
dictionary.
Add
(types[i], null);