10 references to ContainsValue
mscorlib (2)
system\collections\generic\dictionary.cs (1)
1045
return dictionary.
ContainsValue
(item);
system\resources\resourcemanager.cs (1)
857
if (!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)
207
return s_solidColorBrushCache.
ContainsValue
(scp);
System.Data.Entity (1)
System\Data\Query\PlanCompiler\KeyPullup.cs (1)
296
if (!op.VarMap[i].
ContainsValue
(branchDiscriminatorVar))
System.ServiceModel (2)
System\ServiceModel\Channels\PeerNodeImplementation.cs (1)
1606
if (peerNodes.
ContainsValue
(this))
System\ServiceModel\Description\MessageContractImporter.cs (1)
89
return importer.KnownContracts.
ContainsValue
(endpointContext.Endpoint.Contract);
System.ServiceModel.Internals (1)
System\Runtime\Collections\ObjectCache.cs (1)
407
Fx.Assert(this.parent.cacheItems.
ContainsValue
(this), "should have a valid value");
System.Web (1)
Routing\RouteValueDictionary.cs (1)
82
return _dictionary.
ContainsValue
(value);
System.Web.Extensions (1)
Util\OrderedDictionary.cs (1)
84
return _dictionary.
ContainsValue
(value);