2 references to FindIndexForEntryWithId
PresentationFramework (2)
src\Framework\MS\Internal\AppModel\ApplicationProxyInternal.cs (1)
803
int index = journal.
FindIndexForEntryWithId
((int)journaledObject);
src\Framework\MS\Internal\AppModel\JournalNavigationScope.cs (1)
305
int realIndex = _journal.
FindIndexForEntryWithId
(entryId);