Implemented interface member:
method
IndexOf
System.Collections.Generic.IList<T>.IndexOf(T)
2 references to IndexOf
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditorTyping.cs (1)
1481int cellIndex = row.Cells.IndexOf(cell);
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (1)
1405AddCellCopy(row, cellInsertAfter, row.Cells.IndexOf(cellInsertAfter) + 1, true, true);