1 write to INavigatorHost
PresentationFramework (1)
System\Windows\Navigation\NavigationService.cs (1)
53INavigatorHost = nav;
31 references to INavigatorHost
PresentationFramework (31)
MS\Internal\AppModel\JournalNavigationScope.cs (1)
318navigated = entry.Navigate(navigationService.INavigatorHost, mode);
MS\Internal\Documents\Application\DocumentApplicationJournalEntry.cs (1)
61ContentControl navigator = (ContentControl)navigationService.INavigatorHost;
System\Windows\Controls\Frame.cs (1)
1308jns = parentNS.INavigatorHost.GetJournal(create);
System\Windows\Navigation\NavigationService.cs (28)
183navigator = INavigatorHost; 575NavigationService newParent = ((DependencyObject)INavigatorHost).GetValue(NavigationServiceProperty) as NavigationService; 610ncChild.INavigatorHost.StopLoading(); 682FrameworkElement fe = INavigatorHost as FrameworkElement; 687return INavigatorHost; 812DependencyObject focusScope = (DependencyObject)INavigatorHost; 2037INavigatorHost, 2042_navigating(INavigatorHost, e); 2185NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse, INavigatorHost, IsNavigationInitiator); 2189_navigated(INavigatorHost, e); 2316UIElement navigatorHost = INavigatorHost as UIElement; 2326NavigationProgressEventArgs e = new NavigationProgressEventArgs(source, BytesRead, MaxBytes, INavigatorHost); 2334_navigationProgress(INavigatorHost, e); 2371NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse, INavigatorHost, isNavInitiator); 2383_loadCompleted(INavigatorHost, e); 2425FragmentNavigationEventArgs e = new FragmentNavigationEventArgs(fragment, INavigatorHost); 2527NavigationEventArgs e = new NavigationEventArgs(Source, Content, extraData, null, INavigatorHost, IsNavigationInitiator); 2531_stopped(INavigatorHost, e); 2654if (! FireNavigationFailed(new NavigationFailedEventArgs(source, extraData, INavigatorHost, _request, response, e))) 2662if (! FireNavigationFailed(new NavigationFailedEventArgs(source, extraData, INavigatorHost, _request, response, e))) 2680NavigationFailed(INavigatorHost, e); 2832if (! FireNavigationFailed(new NavigationFailedEventArgs(requestState.Source, extraData, INavigatorHost, _request, response, e))) 2840if (! FireNavigationFailed(new NavigationFailedEventArgs(requestState.Source, extraData, INavigatorHost, _request, response, e))) 3433return (INavigatorHost is NavigationWindow || 3454DependencyObject navigator = INavigatorHost as DependencyObject; 3577while (ns != null && ns.INavigatorHost != null) 3579NavigationWindow nw = ns.INavigatorHost as NavigationWindow; 3759var host = this.INavigatorHost as DependencyObject;