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