3 implementations of GetJournal
PresentationFramework (3)
src\Framework\MS\Internal\AppModel\JournalNavigationScope.cs (1)
271JournalNavigationScope INavigator.GetJournal(bool create)
src\Framework\System\Windows\Controls\Frame.cs (1)
805JournalNavigationScope INavigator.GetJournal(bool create)
src\Framework\System\Windows\Navigation\NavigationWindow.cs (1)
338JournalNavigationScope INavigator.GetJournal(bool create)
4 references to GetJournal
PresentationFramework (4)
src\Framework\System\Windows\Controls\Frame.cs (2)
811/// <see cref="INavigator.GetJournal"/> 1353jns = parentNS.INavigatorHost.GetJournal(create);
src\Framework\System\Windows\Navigation\NavigationService.cs (2)
456_journalScope = _navigatorHost.GetJournal(true/*do create*/); 4304_journalScope = _navigatorHost.GetJournal(false/*don't create*/);