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