1 write to INavigatorHost
PresentationFramework (1)
System\Windows\Navigation\NavigationService.cs (1)
59INavigatorHost = nav;
31 references to INavigatorHost
PresentationFramework (31)
MS\Internal\AppModel\JournalNavigationScope.cs (1)
319navigated = entry.Navigate(navigationService.INavigatorHost, mode);
MS\Internal\Documents\Application\DocumentApplicationJournalEntry.cs (1)
62ContentControl navigator = (ContentControl)navigationService.INavigatorHost;
System\Windows\Controls\Frame.cs (1)
1321jns = parentNS.INavigatorHost.GetJournal(create);
System\Windows\Navigation\NavigationService.cs (28)
176navigator = INavigatorHost; 574NavigationService newParent = ((DependencyObject)INavigatorHost).GetValue(NavigationServiceProperty) as NavigationService; 615ncChild.INavigatorHost.StopLoading(); 690FrameworkElement fe = INavigatorHost as FrameworkElement; 695return INavigatorHost; 820DependencyObject focusScope = (DependencyObject)INavigatorHost; 2071INavigatorHost, 2076_navigating(INavigatorHost, e); 2228NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse, INavigatorHost, IsNavigationInitiator); 2232_navigated(INavigatorHost, e); 2363UIElement navigatorHost = INavigatorHost as UIElement; 2373NavigationProgressEventArgs e = new NavigationProgressEventArgs(source, BytesRead, MaxBytes, INavigatorHost); 2381_navigationProgress(INavigatorHost, e); 2418NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse, INavigatorHost, isNavInitiator); 2430_loadCompleted(INavigatorHost, e); 2472FragmentNavigationEventArgs e = new FragmentNavigationEventArgs(fragment, INavigatorHost); 2577NavigationEventArgs e = new NavigationEventArgs(Source, Content, extraData, null, INavigatorHost, IsNavigationInitiator); 2581_stopped(INavigatorHost, e); 2704if (! FireNavigationFailed(new NavigationFailedEventArgs(source, extraData, INavigatorHost, _request, response, e))) 2712if (! FireNavigationFailed(new NavigationFailedEventArgs(source, extraData, INavigatorHost, _request, response, e))) 2730NavigationFailed(INavigatorHost, e); 2882if (! FireNavigationFailed(new NavigationFailedEventArgs(requestState.Source, extraData, INavigatorHost, _request, response, e))) 2890if (! FireNavigationFailed(new NavigationFailedEventArgs(requestState.Source, extraData, INavigatorHost, _request, response, e))) 3486return (INavigatorHost is NavigationWindow || 3507DependencyObject navigator = INavigatorHost as DependencyObject; 3642while (ns != null && ns.INavigatorHost != null) 3644NavigationWindow nw = ns.INavigatorHost as NavigationWindow; 3824var host = this.INavigatorHost as DependencyObject;