1 write to INavigatorHost
PresentationFramework (1)
System\Windows\Navigation\NavigationService.cs (1)
68INavigatorHost = nav;
31 references to INavigatorHost
PresentationFramework (31)
MS\Internal\AppModel\JournalNavigationScope.cs (1)
322navigated = entry.Navigate(navigationService.INavigatorHost, mode);
MS\Internal\Documents\Application\DocumentApplicationJournalEntry.cs (1)
67ContentControl navigator = (ContentControl)navigationService.INavigatorHost;
System\Windows\Controls\Frame.cs (1)
1333jns = parentNS.INavigatorHost.GetJournal(create);
System\Windows\Navigation\NavigationService.cs (28)
185navigator = INavigatorHost; 585NavigationService newParent = ((DependencyObject)INavigatorHost).GetValue(NavigationServiceProperty) as NavigationService; 626ncChild.INavigatorHost.StopLoading(); 701FrameworkElement fe = INavigatorHost as FrameworkElement; 706return INavigatorHost; 831DependencyObject focusScope = (DependencyObject)INavigatorHost; 2082INavigatorHost, 2087_navigating(INavigatorHost, e); 2239NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse, INavigatorHost, IsNavigationInitiator); 2243_navigated(INavigatorHost, e); 2374UIElement navigatorHost = INavigatorHost as UIElement; 2384NavigationProgressEventArgs e = new NavigationProgressEventArgs(source, BytesRead, MaxBytes, INavigatorHost); 2392_navigationProgress(INavigatorHost, e); 2429NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse, INavigatorHost, isNavInitiator); 2441_loadCompleted(INavigatorHost, e); 2483FragmentNavigationEventArgs e = new FragmentNavigationEventArgs(fragment, INavigatorHost); 2588NavigationEventArgs e = new NavigationEventArgs(Source, Content, extraData, null, INavigatorHost, IsNavigationInitiator); 2592_stopped(INavigatorHost, e); 2715if (! FireNavigationFailed(new NavigationFailedEventArgs(source, extraData, INavigatorHost, _request, response, e))) 2723if (! FireNavigationFailed(new NavigationFailedEventArgs(source, extraData, INavigatorHost, _request, response, e))) 2741NavigationFailed(INavigatorHost, e); 2893if (! FireNavigationFailed(new NavigationFailedEventArgs(requestState.Source, extraData, INavigatorHost, _request, response, e))) 2901if (! FireNavigationFailed(new NavigationFailedEventArgs(requestState.Source, extraData, INavigatorHost, _request, response, e))) 3497return (INavigatorHost is NavigationWindow || 3518DependencyObject navigator = INavigatorHost as DependencyObject; 3653while (ns != null && ns.INavigatorHost != null) 3655NavigationWindow nw = ns.INavigatorHost as NavigationWindow; 3835var host = this.INavigatorHost as DependencyObject;