1 instantiation of Journal
PresentationFramework (1)
MS\Internal\AppModel\JournalNavigationScope.cs (1)
407Journal = new Journal();
15 references to Journal
PresentationFramework (15)
MS\Internal\AppModel\Journaling.cs (1)
339internal static int GetParentPageJournalIndex(NavigationService NavigationService, Journal journal, PageFunctionBase endingPF)
MS\Internal\AppModel\JournalNavigationScope.cs (4)
272Journal journal = Journal; 355Journal journal = Journal; 401internal Journal Journal 507private Journal _journal; // lazily-created; see Journal property
MS\Internal\Navigation\JournalEntryStack.cs (6)
15internal JournalEntryStack(Journal journal) 47protected Journal _journal; 55public JournalEntryBackStack(Journal journal) 72public JournalEntryForwardStack(Journal journal) 91public JournalEntryStackEnumerator(Journal journal, int start, int delta, JournalEntryFilter filter) 142private Journal _journal;
System\Windows\Controls\Frame.cs (1)
1184internal Journal Journal;
System\Windows\Navigation\NavigationService.cs (2)
3672Journal journal = JournalScope.Journal; 3807Journal journal = JournalScope.Journal;
System\Windows\Navigation\NavigationWindow.cs (1)
942internal Journal Journal