3 implementations of GetJournal
PresentationFramework (3)
MS\Internal\AppModel\JournalNavigationScope.cs (1)
249
JournalNavigationScope INavigator.
GetJournal
(bool create)
System\Windows\Controls\Frame.cs (1)
767
JournalNavigationScope INavigator.
GetJournal
(bool create)
System\Windows\Navigation\NavigationWindow.cs (1)
301
JournalNavigationScope INavigator.
GetJournal
(bool create)
3 references to GetJournal
PresentationFramework (3)
System\Windows\Controls\Frame.cs (1)
1308
jns = parentNS.INavigatorHost.
GetJournal
(create);
System\Windows\Navigation\NavigationService.cs (2)
419
_journalScope = _navigatorHost.
GetJournal
(true/*do create*/);
3954
_journalScope = _navigatorHost.
GetJournal
(false/*don't create*/);