1 write to INavigatorHost
PresentationFramework (1)
src\Framework\System\Windows\Navigation\NavigationService.cs (1)
79INavigatorHost = nav;
31 references to INavigatorHost
PresentationFramework (31)
src\Framework\MS\Internal\AppModel\JournalNavigationScope.cs (1)
345navigated = entry.Navigate(navigationService.INavigatorHost, mode);
src\Framework\MS\Internal\Documents\Application\DocumentApplicationJournalEntry.cs (1)
78ContentControl navigator = (ContentControl)navigationService.INavigatorHost;
src\Framework\System\Windows\Controls\Frame.cs (1)
1353jns = parentNS.INavigatorHost.GetJournal(create);
src\Framework\System\Windows\Navigation\NavigationService.cs (28)
196navigator = INavigatorHost; 711NavigationService newParent = ((DependencyObject)INavigatorHost).GetValue(NavigationServiceProperty) as NavigationService; 752ncChild.INavigatorHost.StopLoading(); 827FrameworkElement fe = INavigatorHost as FrameworkElement; 832return INavigatorHost; 957DependencyObject focusScope = (DependencyObject)INavigatorHost; 2252INavigatorHost, 2257_navigating(INavigatorHost, e); 2409NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse, INavigatorHost, IsNavigationInitiator); 2413_navigated(INavigatorHost, e); 2555UIElement navigatorHost = INavigatorHost as UIElement; 2565NavigationProgressEventArgs e = new NavigationProgressEventArgs(source, BytesRead, MaxBytes, INavigatorHost); 2573_navigationProgress(INavigatorHost, e); 2610NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse, INavigatorHost, isNavInitiator); 2622_loadCompleted(INavigatorHost, e); 2664FragmentNavigationEventArgs e = new FragmentNavigationEventArgs(fragment, INavigatorHost); 2769NavigationEventArgs e = new NavigationEventArgs(Source, Content, extraData, null, INavigatorHost, IsNavigationInitiator); 2773_stopped(INavigatorHost, e); 2896if (! FireNavigationFailed(new NavigationFailedEventArgs(source, extraData, INavigatorHost, _request, response, e))) 2904if (! FireNavigationFailed(new NavigationFailedEventArgs(source, extraData, INavigatorHost, _request, response, e))) 2922NavigationFailed(INavigatorHost, e); 3108if (! FireNavigationFailed(new NavigationFailedEventArgs(requestState.Source, extraData, INavigatorHost, _request, response, e))) 3116if (! FireNavigationFailed(new NavigationFailedEventArgs(requestState.Source, extraData, INavigatorHost, _request, response, e))) 3771return (INavigatorHost is NavigationWindow || 3792DependencyObject navigator = INavigatorHost as DependencyObject; 3926while (ns != null && ns.INavigatorHost != null) 3928NavigationWindow nw = ns.INavigatorHost as NavigationWindow; 4109var host = this.INavigatorHost as DependencyObject;