11 references to
PresentationFramework (11)
MS\Internal\AppModel\Journaling.cs (1)
352journalEntry = journal[index];
MS\Internal\AppModel\JournalNavigationScope.cs (5)
288JournalEntry entry = _journal[realIndex]; 295JournalEntry entry = Journal[index]; 363if (journal[i].IsNavigable()) 369switch (journal[i].EntryType) 378Invariant.Assert(false, $"Invalid JournalEntryType: {journal[i].EntryType}");
MS\Internal\Navigation\JournalEntryStack.cs (1)
114_current = _journal[_next];
System\Windows\Navigation\Journal.cs (1)
440if (this[i].Id == id)
System\Windows\Navigation\NavigationService.cs (3)
3746JournalEntryPageFunction parentPfEntry = journal[parentIndex] as JournalEntryPageFunction; 3792JournalEntryPageFunction entry = (JournalEntryPageFunction)journal[parentIndex]; 3875journal[journalEntryIndex] as JournalEntryPageFunction;