2 implementations of INavigatorImpl
PresentationFramework (2)
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
8 references to INavigatorImpl
PresentationFramework (8)
src\Framework\MS\Internal\AppModel\RootBrowserWindow.cs (2)
968INavigatorImpl navigator = rbw as INavigatorImpl;
src\Framework\System\Windows\Controls\Frame.cs (2)
305void INavigatorImpl.OnSourceUpdatedFromNavService(bool journalOrCancel) 794Visual INavigatorImpl.FindRootViewer()
src\Framework\System\Windows\Navigation\NavigationService.cs (2)
3845_navigatorHostImpl = value as INavigatorImpl; 4378private INavigatorImpl _navigatorHostImpl;
src\Framework\System\Windows\Navigation\NavigationWindow.cs (2)
628void INavigatorImpl.OnSourceUpdatedFromNavService(bool journalOrCancel) 967Visual INavigatorImpl.FindRootViewer()