Implemented interface member:
method
IndexOf
System.Collections.Generic.IList<T>.IndexOf(T)
2 references to IndexOf
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\Generated\TimelineCollection.cs (2)
179int index = IndexOf(value); 396return IndexOf(value as Timeline);