3 implementations of GetJournal
PresentationFramework (3)
src\Framework\MS\Internal\AppModel\JournalNavigationScope.cs (1)
271
JournalNavigationScope INavigator.
GetJournal
(bool create)
src\Framework\System\Windows\Controls\Frame.cs (1)
805
JournalNavigationScope INavigator.
GetJournal
(bool create)
src\Framework\System\Windows\Navigation\NavigationWindow.cs (1)
338
JournalNavigationScope INavigator.
GetJournal
(bool create)
4 references to GetJournal
PresentationFramework (4)
src\Framework\System\Windows\Controls\Frame.cs (2)
811
/// <see cref="INavigator.
GetJournal
"/>
1353
jns = 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*/);