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