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; 583NavigationService newParent = ((DependencyObject)INavigatorHost).GetValue(NavigationServiceProperty) as NavigationService; 624ncChild.INavigatorHost.StopLoading(); 699FrameworkElement fe = INavigatorHost as FrameworkElement; 704return INavigatorHost; 829DependencyObject focusScope = (DependencyObject)INavigatorHost; 2080INavigatorHost, 2085_navigating(INavigatorHost, e); 2237NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse, INavigatorHost, IsNavigationInitiator); 2241_navigated(INavigatorHost, e); 2372UIElement navigatorHost = INavigatorHost as UIElement; 2382NavigationProgressEventArgs e = new NavigationProgressEventArgs(source, BytesRead, MaxBytes, INavigatorHost); 2390_navigationProgress(INavigatorHost, e); 2427NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse, INavigatorHost, isNavInitiator); 2439_loadCompleted(INavigatorHost, e); 2481FragmentNavigationEventArgs e = new FragmentNavigationEventArgs(fragment, INavigatorHost); 2586NavigationEventArgs e = new NavigationEventArgs(Source, Content, extraData, null, INavigatorHost, IsNavigationInitiator); 2590_stopped(INavigatorHost, e); 2713if (! FireNavigationFailed(new NavigationFailedEventArgs(source, extraData, INavigatorHost, _request, response, e))) 2721if (! FireNavigationFailed(new NavigationFailedEventArgs(source, extraData, INavigatorHost, _request, response, e))) 2739NavigationFailed(INavigatorHost, e); 2891if (! FireNavigationFailed(new NavigationFailedEventArgs(requestState.Source, extraData, INavigatorHost, _request, response, e))) 2899if (! FireNavigationFailed(new NavigationFailedEventArgs(requestState.Source, extraData, INavigatorHost, _request, response, e))) 3495return (INavigatorHost is NavigationWindow || 3516DependencyObject navigator = INavigatorHost as DependencyObject; 3651while (ns != null && ns.INavigatorHost != null) 3653NavigationWindow nw = ns.INavigatorHost as NavigationWindow; 3833var host = this.INavigatorHost as DependencyObject;