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)
1445
int rowIndex = body.Rows.
IndexOf
(row);
1482
int rowIndex = body.Rows.
IndexOf
(row);
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (1)
1148
int insertionIndex = rowGroup.Rows.
IndexOf
(currentRow);