9 references to
PresentationFramework (9)
src\Framework\MS\Internal\AppModel\ApplicationProxyInternal.cs (1)
805
Debug.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)
368
journalEntry = journal
[
index];
src\Framework\MS\Internal\AppModel\JournalNavigationScope.cs (2)
309
JournalEntry entry = _journal
[
realIndex];
321
JournalEntry entry = Journal
[
index];
src\Framework\MS\Internal\Navigation\JournalEntryStack.cs (1)
120
_current = _journal
[
_next];
src\Framework\System\Windows\Navigation\Journal.cs (1)
462
if (this
[
i].Id == id)
src\Framework\System\Windows\Navigation\NavigationService.cs (3)
4030
JournalEntryPageFunction parentPfEntry = journal
[
parentIndex] as JournalEntryPageFunction;
4077
JournalEntryPageFunction entry = (JournalEntryPageFunction)journal
[
parentIndex];
4160
journal
[
journalEntryIndex] as JournalEntryPageFunction;