11 references to
PresentationFramework (11)
MS\Internal\AppModel\Journaling.cs (1)
346journalEntry = journal[index];
MS\Internal\AppModel\JournalNavigationScope.cs (5)
287JournalEntry entry = _journal[realIndex]; 294JournalEntry entry = Journal[index]; 359if (journal[i].IsNavigable()) 365switch (journal[i].EntryType) 374Invariant.Assert(false, $"Invalid JournalEntryType: {journal[i].EntryType}");
MS\Internal\Navigation\JournalEntryStack.cs (1)
113_current = _journal[_next];
System\Windows\Navigation\Journal.cs (1)
436if (this[i].Id == id)
System\Windows\Navigation\NavigationService.cs (3)
3686JournalEntryPageFunction parentPfEntry = journal[parentIndex] as JournalEntryPageFunction; 3732JournalEntryPageFunction entry = (JournalEntryPageFunction)journal[parentIndex]; 3815journal[journalEntryIndex] as JournalEntryPageFunction;