2 references to ContainsValue
PresentationCore (1)
System\Windows\Media\Animation\AnimationStorage.cs (1)
149
Debug.Assert(_propertyTriggerLayers.
ContainsValue
(layer));
System.Collections (1)
System\Collections\Generic\SortedList.cs (1)
1157
return _dict.
ContainsValue
(value);