Implemented interface member:
method
IndexOf
System.Collections.Generic.IList<T>.IndexOf(T)
5 references to IndexOf
PresentationFramework (5)
src\Framework\MS\Internal\Documents\ContentElementCollection.cs (1)
462return this.IndexOf(item);
src\Framework\System\Windows\Documents\TableCellCollection.cs (1)
156return _cellCollectionInternal.IndexOf(item);
src\Framework\System\Windows\Documents\TableColumnCollection.cs (1)
157return _columnCollection.IndexOf(item);
src\Framework\System\Windows\Documents\TableRowCollection.cs (1)
156return _rowCollectionInternal.IndexOf(item);
src\Framework\System\Windows\Documents\TableRowGroupCollection.cs (1)
156return _rowGroupCollectionInternal.IndexOf(item);