9 references to
PresentationFramework (9)
src\Framework\MS\Internal\AppModel\ApplicationProxyInternal.cs (1)
805Debug.Assert(journal[index].Id == (int)journaledObject, "BrowserJournalingError: Index retrieved from journal stream does not match index of journal entry");
src\Framework\MS\Internal\AppModel\Journaling.cs (1)
368journalEntry = journal[index];
src\Framework\MS\Internal\AppModel\JournalNavigationScope.cs (2)
309JournalEntry entry = _journal[realIndex]; 321JournalEntry entry = Journal[index];
src\Framework\MS\Internal\Navigation\JournalEntryStack.cs (1)
120_current = _journal[_next];
src\Framework\System\Windows\Navigation\Journal.cs (1)
462if (this[i].Id == id)
src\Framework\System\Windows\Navigation\NavigationService.cs (3)
4030JournalEntryPageFunction parentPfEntry = journal[parentIndex] as JournalEntryPageFunction; 4077JournalEntryPageFunction entry = (JournalEntryPageFunction)journal[parentIndex]; 4160journal[journalEntryIndex] as JournalEntryPageFunction;