2 references to IndexOfValue
PresentationCore (1)
System\Windows\Media\Animation\AnimationStorage.cs (1)
151
int index = _propertyTriggerLayers.
IndexOfValue
(layer);
System.Collections (1)
System\Collections\Generic\SortedList.cs (1)
427
return
IndexOfValue
(value) >= 0;