Implemented interface member:
3 references to IndexOf
PresentationFramework (3)
System\windows\Documents\TextEditorTyping.cs (2)
1428
int rowIndex = body.Rows.
IndexOf
(row);
1465
int rowIndex = body.Rows.
IndexOf
(row);
System\Windows\Documents\TextRangeEditTables.cs (1)
1145
int insertionIndex = rowGroup.Rows.
IndexOf
(currentRow);