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