Implemented interface member:
method
Contains
System.Collections.IDictionary.Contains(System.Object)
51 references to Contains
PresentationBuildTasks (6)
BuildTasks\Ms\Internal\MarkupCompiler\ParserExtension.cs (1)
761
bool addMapping = !XamlTypeMapper.PITable.
Contains
(xamlPIMappingNode.XmlNamespace)
Framework\System\Windows\Markup\XamlReaderHelper.cs (3)
1110
if (properties.
Contains
(declaringProp))
2386
if (!XamlTypeMapper.PITable.
Contains
(mappingUri))
5710
return _keyDictionary.
Contains
(key);
Framework\System\Windows\Markup\XamlTypeMapper.cs (1)
3477
if (PITable.
Contains
(xmlNamespace))
Framework\System\Windows\Markup\XmlnsCache.cs (1)
334
if (!_cacheTable.
Contains
(xmlns))
PresentationCore (2)
Core\CSharp\System\IO\Packaging\PackageStore.cs (2)
85
if (_packages != null && _packages.
Contains
(uri))
146
if (_packages.
Contains
(uri))
PresentationFramework (13)
src\Framework\MS\Internal\Data\ViewManager.cs (1)
712
if (_inactiveViewTables.
Contains
(vt))
src\Framework\MS\Internal\DataStreams.cs (4)
87
return _subStreams != null && _subStreams.
Contains
(key);
228
if (!_subStreams.
Contains
(persistId))
251
if (!_customJournaledObjects.
Contains
(persistId))
338
if (_customJournaledObjects != null && _customJournaledObjects.
Contains
(persistId))
src\Framework\System\Windows\Documents\PageContent.cs (1)
605
if (_pendingStreams.
Contains
(sender))
src\Framework\System\Windows\Markup\BamlReader.cs (1)
1903
if (!_parserContext.XamlTypeMapper.PITable.
Contains
(piMappingRecord.XmlNamespace))
src\Framework\System\Windows\Markup\BamlRecordReader.cs (1)
606
if (!XamlTypeMapper.PITable.
Contains
(piMappingRecord.XmlNamespace))
src\Framework\System\Windows\Markup\BamlWriter.cs (1)
862
if (!_xamlTypeMapper.PITable.
Contains
(xmlNamespace))
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (2)
3477
if (PITable.
Contains
(xmlNamespace))
3873
if (!_constructorInformationCache.
Contains
(type))
src\Framework\System\Windows\StyleHelper.cs (2)
3809
if(parentTemplateValues.
Contains
(dp))
5328
if (childIndexFromChildName.
Contains
(childName))
System.Configuration (10)
System\Configuration\ConfigurationElement.cs (1)
1524
if (nodeFound.
Contains
(propertyName))
System\Configuration\ConfigurationLockCollection.cs (7)
128
if (internalDictionary.
Contains
(name)) {
140
if ((flags != ConfigurationValueFlags.Inherited) && (internalDictionary.
Contains
(name))) {
162
return (internalDictionary.
Contains
(name) &&
167
return (internalDictionary.
Contains
(name) &&
186
if (!internalDictionary.
Contains
(name)) {
248
return internalDictionary.
Contains
(name);
288
if (!internalDictionary.
Contains
(name)) {
System\Configuration\MgmtConfigurationRecord.cs (2)
1158
if (!Host.IsRemote && _streamInfoUpdates.
Contains
(filename)) {
2035
if (!ConfigStreamInfo.StreamInfos.
Contains
(streamInfo.StreamName)) {
System.Data.SqlXml (7)
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
724
if (prefixesInUse.
Contains
(recPrefix)) {
System\Xml\Xsl\Xslt\XsltLoader.cs (3)
205
Debug.Assert(!documentUriInUse.
Contains
(baseUri), "Circular references must be checked while processing xsl:include and xsl:import");
402
if (documentUriInUse.
Contains
(uri.ToString())) {
426
if (documentUriInUse.
Contains
(uri.ToString())) {
System\Xml\Xsl\XsltOld\Compiler.cs (3)
492
Debug.Assert(!this.documentURIs.
Contains
(href), "Circular references must be checked while processing xsl:include and xsl:import");
497
Debug.Assert(this.documentURIs.
Contains
(href), "Attempt to remove href that was not added");
502
return this.documentURIs.
Contains
(href);
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
1750
if (map.
Contains
(action))
System.Web (7)
UI\ClientScriptManager.cs (1)
1351
return _clientPostBackValidatedEventTable.
Contains
(hashCode);
UI\WebParts\ConsumerConnectionPointCollection.cs (1)
35
if (!_ids.
Contains
(id)) {
UI\WebParts\PersonalizationDictionary.cs (1)
96
return _dictionary.
Contains
(key);
UI\WebParts\ProviderConnectionPointCollection.cs (1)
36
if (!_ids.
Contains
(id)) {
UI\WebParts\WebPartDescriptionCollection.cs (1)
38
if (!_ids.
Contains
(id)) {
UI\WebParts\WebPartVerbCollection.cs (2)
76
if (_ids.
Contains
(existingVerb.ID)) {
95
if (_ids.
Contains
(webPartVerb.ID)) {
System.Web.DataVisualization (1)
Common\Utilities\XmlSerializer.cs (1)
1106
if (_converterDict.
Contains
(attr.ConverterTypeName))
System.Web.Extensions (2)
UI\ScriptManager.cs (2)
1899
if (uniqueScriptDict.
Contains
(key)) {
1939
(sr.EffectiveResourceName.StartsWith("MicrosoftAjax.", StringComparison.Ordinal))) && !uniqueScriptDict.
Contains
(key)) {
System.Windows.Forms.DataVisualization (1)
Common\Utilities\XmlSerializer.cs (1)
1106
if (_converterDict.
Contains
(attr.ConverterTypeName))
WindowsBase (1)
Base\MS\Internal\BaseHashHelper.cs (1)
72
return !dictionary.
Contains
(type);