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