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)
170navigator = INavigatorHost; 562NavigationService newParent = ((DependencyObject)INavigatorHost).GetValue(NavigationServiceProperty) as NavigationService; 597ncChild.INavigatorHost.StopLoading(); 669FrameworkElement fe = INavigatorHost as FrameworkElement; 674return INavigatorHost; 799DependencyObject focusScope = (DependencyObject)INavigatorHost; 2024INavigatorHost, 2029_navigating(INavigatorHost, e); 2172NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse, INavigatorHost, IsNavigationInitiator); 2176_navigated(INavigatorHost, e); 2306UIElement navigatorHost = INavigatorHost as UIElement; 2316NavigationProgressEventArgs e = new NavigationProgressEventArgs(source, BytesRead, MaxBytes, INavigatorHost); 2324_navigationProgress(INavigatorHost, e); 2361NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse, INavigatorHost, isNavInitiator); 2373_loadCompleted(INavigatorHost, e); 2415FragmentNavigationEventArgs e = new FragmentNavigationEventArgs(fragment, INavigatorHost); 2520NavigationEventArgs e = new NavigationEventArgs(Source, Content, extraData, null, INavigatorHost, IsNavigationInitiator); 2524_stopped(INavigatorHost, e); 2647if (! FireNavigationFailed(new NavigationFailedEventArgs(source, extraData, INavigatorHost, _request, response, e))) 2655if (! FireNavigationFailed(new NavigationFailedEventArgs(source, extraData, INavigatorHost, _request, response, e))) 2673NavigationFailed(INavigatorHost, e); 2825if (! FireNavigationFailed(new NavigationFailedEventArgs(requestState.Source, extraData, INavigatorHost, _request, response, e))) 2833if (! FireNavigationFailed(new NavigationFailedEventArgs(requestState.Source, extraData, INavigatorHost, _request, response, e))) 3429return (INavigatorHost is NavigationWindow || 3450DependencyObject navigator = INavigatorHost as DependencyObject; 3579while (ns != null && ns.INavigatorHost != null) 3581NavigationWindow nw = ns.INavigatorHost as NavigationWindow; 3761var host = this.INavigatorHost as DependencyObject;