Implemented interface member:
2 references to IndexOf
PresentationFramework (2)
System\windows\Documents\TextEditorTyping.cs (1)
1464int cellIndex = row.Cells.IndexOf(cell);
System\Windows\Documents\TextRangeEditTables.cs (1)
1402AddCellCopy(row, cellInsertAfter, row.Cells.IndexOf(cellInsertAfter) + 1, true, true);