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)
2400XamlTypeMapper.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)
481base.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)
613XamlTypeMapper.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)
326newDict.Add(de.Key, de.Value);
System.Configuration (10)
System\Configuration\BaseConfigurationRecord.cs (4)
690ConfigStreamInfo.StreamInfos.Add(ConfigStreamInfo.StreamName, fileStreamInfo); 3445locationConfigPaths.Add(targetConfigPath, locationSectionRecordDictionary); 3451locationSectionRecordDictionary.Add(locationSectionRecord.ConfigKey, locationSectionRecord); 3834ConfigStreamInfo.StreamInfos.Add(streamname, streamInfo);
System\Configuration\ConfigurationElement.cs (1)
1526nodeFound.Add(propertyName, propertyName);
System\Configuration\ConfigurationLockCollection.cs (2)
133internalDictionary.Add(name, flags); // not from parent 148internalDictionary.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)
708prefixesInUse.Add(prefix, nsUri); 732prefixesInUse.Add(recPrefix, recNsUri);
System\Xml\Xsl\Xslt\XsltLoader.cs (1)
206documentUriInUse.Add(baseUri, null);
System\Xml\Xsl\XsltOld\Compiler.cs (1)
493this.documentURIs.Add(href, null);
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
1755this.map.Add(action, operation);
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\ServiceParser.cs (2)
344sourceDependencies.Add(fileName, fileName); 666linkedAssemblies.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)
2996dictionary.Add(entry.Name, index++);
UI\Page.cs (2)
2962_registeredControlsRequiringClearChildControlState.Add(control, true); 2965_registeredControlsRequiringClearChildControlState.Add(control, true);
UI\WebParts\ConnectionsZone.cs (4)
1088validConsumers.Add(consumer.ID + ID_SEPARATOR + consumerConnectionPoint.ID, 1095validConsumers.Add(consumer.ID + ID_SEPARATOR + consumerConnectionPoint.ID, 1138validProviders.Add(provider.ID + ID_SEPARATOR + providerConnectionPoint.ID, 1145validProviders.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)
1920uniqueScriptDict.Add(key, sr); 1942uniqueScriptDict.Add(key, sr);
WindowsBase (1)
Base\MS\Internal\BaseHashHelper.cs (1)
81dictionary.Add(types[i], null);