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