2 references to ContainsValue
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\AnimationStorage.cs (1)
147
Debug.Assert(_propertyTriggerLayers.
ContainsValue
(layer));
System (1)
compmod\system\collections\generic\sortedlist.cs (1)
1052
return _dict.
ContainsValue
(value);