10 references to ContainsValue
mscorlib (2)
system\collections\generic\dictionary.cs (1)
1045return dictionary.ContainsValue(item);
system\resources\resourcemanager.cs (1)
857if (!localResourceSets.ContainsValue(rs))
PresentationCore (2)
Core\CSharp\MS\Internal\Ink\Renderer.cs (1)
639_highlighters.ContainsValue(hcVisual))
Core\CSharp\System\Windows\Media\KnownColors.cs (1)
207return s_solidColorBrushCache.ContainsValue(scp);
System.Data.Entity (1)
System\Data\Query\PlanCompiler\KeyPullup.cs (1)
296if (!op.VarMap[i].ContainsValue(branchDiscriminatorVar))
System.ServiceModel (2)
System\ServiceModel\Channels\PeerNodeImplementation.cs (1)
1606if (peerNodes.ContainsValue(this))
System\ServiceModel\Description\MessageContractImporter.cs (1)
89return importer.KnownContracts.ContainsValue(endpointContext.Endpoint.Contract);
System.ServiceModel.Internals (1)
System\Runtime\Collections\ObjectCache.cs (1)
407Fx.Assert(this.parent.cacheItems.ContainsValue(this), "should have a valid value");
System.Web (1)
Routing\RouteValueDictionary.cs (1)
82return _dictionary.ContainsValue(value);
System.Web.Extensions (1)
Util\OrderedDictionary.cs (1)
84return _dictionary.ContainsValue(value);