3 implementations of IJournalNavigationScopeHost
PresentationFramework (3)
src\Framework\MS\Internal\AppModel\RootBrowserWindow.cs (1)
49
internal sealed class RootBrowserWindow : NavigationWindow, IWindowService,
IJournalNavigationScopeHost
src\Framework\System\Windows\Controls\Frame.cs (1)
109
public class Frame : ContentControl, INavigator, INavigatorImpl,
IJournalNavigationScopeHost
, IDownloader, IJournalState, IAddChild, IUriContext
src\Framework\System\Windows\Navigation\NavigationWindow.cs (1)
62
public class NavigationWindow : Window, INavigator, INavigatorImpl, IDownloader,
IJournalNavigationScopeHost
, IUriContext
14 references to IJournalNavigationScopeHost
PresentationFramework (14)
src\Framework\MS\Internal\AppModel\JournalNavigationScope.cs (2)
35
internal JournalNavigationScope(
IJournalNavigationScopeHost
host)
535
private
IJournalNavigationScopeHost
_host;
src\Framework\MS\Internal\AppModel\RootBrowserWindow.cs (3)
535
void
IJournalNavigationScopeHost
.OnJournalAvailable()
546
bool
IJournalNavigationScopeHost
.GoBackOverride()
575
bool
IJournalNavigationScopeHost
.GoForwardOverride()
src\Framework\System\Windows\Controls\Frame.cs (4)
1184
void
IJournalNavigationScopeHost
.VerifyContextAndObjectState()
1189
void
IJournalNavigationScopeHost
.OnJournalAvailable()
1195
bool
IJournalNavigationScopeHost
.GoBackOverride()
1199
bool
IJournalNavigationScopeHost
.GoForwardOverride()
src\Framework\System\Windows\Navigation\NavigationWindow.cs (5)
938
void
IJournalNavigationScopeHost
.VerifyContextAndObjectState()
943
void
IJournalNavigationScopeHost
.OnJournalAvailable()
947
bool
IJournalNavigationScopeHost
.GoBackOverride()
951
bool
IJournalNavigationScopeHost
.GoForwardOverride()
956
NavigationService
IJournalNavigationScopeHost
.NavigationService