1 instantiation of Journal
PresentationFramework (1)
MS\Internal\AppModel\JournalNavigationScope.cs (1)
414Journal = new Journal();
15 references to Journal
PresentationFramework (15)
MS\Internal\AppModel\Journaling.cs (1)
349internal static int GetParentPageJournalIndex(NavigationService NavigationService, Journal journal, PageFunctionBase endingPF)
MS\Internal\AppModel\JournalNavigationScope.cs (4)
276Journal journal = Journal; 362Journal journal = Journal; 408internal Journal Journal 514private Journal _journal; // lazily-created; see Journal property
MS\Internal\Navigation\JournalEntryStack.cs (6)
25internal JournalEntryStack(Journal journal) 57protected Journal _journal; 65public JournalEntryBackStack(Journal journal) 82public JournalEntryForwardStack(Journal journal) 101public JournalEntryStackEnumerator(Journal journal, int start, int delta, JournalEntryFilter filter) 152Journal _journal;
System\Windows\Controls\Frame.cs (1)
1201internal Journal Journal;
System\Windows\Navigation\NavigationService.cs (2)
3743Journal journal = JournalScope.Journal; 3878Journal journal = JournalScope.Journal;
System\Windows\Navigation\NavigationWindow.cs (1)
963internal Journal Journal