8 references to
PresentationFramework (8)
MS\Internal\AppModel\Journaling.cs (1)
346journalEntry = journal[index];
MS\Internal\AppModel\JournalNavigationScope.cs (2)
287JournalEntry entry = _journal[realIndex]; 294JournalEntry entry = Journal[index];
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)
3681JournalEntryPageFunction parentPfEntry = journal[parentIndex] as JournalEntryPageFunction; 3727JournalEntryPageFunction entry = (JournalEntryPageFunction)journal[parentIndex]; 3810journal[journalEntryIndex] as JournalEntryPageFunction;