Implemented interface member:
5 references to IndexOf
PresentationFramework (5)
MS\Internal\Documents\ContentElementCollection.cs (1)
450return this.IndexOf(item);
System\Windows\Documents\TableCellCollection.cs (1)
154return _cellCollectionInternal.IndexOf(item);
System\Windows\Documents\TableColumnCollection.cs (1)
154return _columnCollection.IndexOf(item);
System\Windows\Documents\TableRowCollection.cs (1)
154return _rowCollectionInternal.IndexOf(item);
System\Windows\Documents\TableRowGroupCollection.cs (1)
154return _rowGroupCollectionInternal.IndexOf(item);