Implemented interface member:
method
IndexOf
System.Collections.Generic.IList<T>.IndexOf(T)
2 references to IndexOf
PresentationCore (2)
Core\CSharp\System\Windows\Media\Effects\Generated\BitmapEffectCollection.cs (2)
178int index = IndexOf(value); 395return IndexOf(value as BitmapEffect);