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