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