1 instantiation of Journal
PresentationFramework (1)
MS\Internal\AppModel\JournalNavigationScope.cs (1)
411Journal = new Journal();
15 references to Journal
PresentationFramework (15)
MS\Internal\AppModel\Journaling.cs (1)
345internal static int GetParentPageJournalIndex(NavigationService NavigationService, Journal journal, PageFunctionBase endingPF)
MS\Internal\AppModel\JournalNavigationScope.cs (4)
273Journal journal = Journal; 359Journal journal = Journal; 405internal Journal Journal 511private Journal _journal; // lazily-created; see Journal property
MS\Internal\Navigation\JournalEntryStack.cs (6)
16internal JournalEntryStack(Journal journal) 48protected Journal _journal; 56public JournalEntryBackStack(Journal journal) 73public JournalEntryForwardStack(Journal journal) 92public JournalEntryStackEnumerator(Journal journal, int start, int delta, JournalEntryFilter filter) 143Journal _journal;
System\Windows\Controls\Frame.cs (1)
1189internal Journal Journal;
System\Windows\Navigation\NavigationService.cs (2)
3732Journal journal = JournalScope.Journal; 3867Journal journal = JournalScope.Journal;
System\Windows\Navigation\NavigationWindow.cs (1)
947internal Journal Journal