Implemented interface member:
method
IndexOf
System.Collections.Generic.IList<T>.IndexOf(T)
3 references to IndexOf
PresentationFramework (3)
src\Framework\System\windows\Documents\TextEditorTyping.cs (2)
1445int rowIndex = body.Rows.IndexOf(row); 1482int rowIndex = body.Rows.IndexOf(row);
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (1)
1148int insertionIndex = rowGroup.Rows.IndexOf(currentRow);