3 implementations of GetJournal
PresentationFramework (3)
MS\Internal\AppModel\JournalNavigationScope.cs (1)
253
JournalNavigationScope INavigator.
GetJournal
(bool create)
System\Windows\Controls\Frame.cs (1)
784
JournalNavigationScope INavigator.
GetJournal
(bool create)
System\Windows\Navigation\NavigationWindow.cs (1)
318
JournalNavigationScope INavigator.
GetJournal
(bool create)
4 references to GetJournal
PresentationFramework (4)
System\Windows\Controls\Frame.cs (2)
790
/// <see cref="INavigator.
GetJournal
"/>
1333
jns = parentNS.INavigatorHost.
GetJournal
(create);
System\Windows\Navigation\NavigationService.cs (2)
424
_journalScope = _navigatorHost.
GetJournal
(true/*do create*/);
4028
_journalScope = _navigatorHost.
GetJournal
(false/*don't create*/);