11 references to
PresentationFramework (11)
MS\Internal\AppModel\Journaling.cs (1)
356journalEntry = journal[index];
MS\Internal\AppModel\JournalNavigationScope.cs (5)
291JournalEntry entry = _journal[realIndex]; 298JournalEntry entry = Journal[index]; 366if (journal[i].IsNavigable()) 372switch (journal[i].EntryType) 381Invariant.Assert(false, $"Invalid JournalEntryType: {journal[i].EntryType}");
MS\Internal\Navigation\JournalEntryStack.cs (1)
123_current = _journal[_next];
System\Windows\Navigation\Journal.cs (1)
448if (this[i].Id == id)
System\Windows\Navigation\NavigationService.cs (3)
3757JournalEntryPageFunction parentPfEntry = journal[parentIndex] as JournalEntryPageFunction; 3803JournalEntryPageFunction entry = (JournalEntryPageFunction)journal[parentIndex]; 3886journal[journalEntryIndex] as JournalEntryPageFunction;