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); 2303UIElement navigatorHost = INavigatorHost as UIElement; 2313NavigationProgressEventArgs e = new NavigationProgressEventArgs(source, BytesRead, MaxBytes, INavigatorHost); 2321_navigationProgress(INavigatorHost, e); 2358NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse, INavigatorHost, isNavInitiator); 2370_loadCompleted(INavigatorHost, e); 2412FragmentNavigationEventArgs e = new FragmentNavigationEventArgs(fragment, INavigatorHost); 2514NavigationEventArgs e = new NavigationEventArgs(Source, Content, extraData, null, INavigatorHost, IsNavigationInitiator); 2518_stopped(INavigatorHost, e); 2641if (! FireNavigationFailed(new NavigationFailedEventArgs(source, extraData, INavigatorHost, _request, response, e))) 2649if (! FireNavigationFailed(new NavigationFailedEventArgs(source, extraData, INavigatorHost, _request, response, e))) 2667NavigationFailed(INavigatorHost, e); 2819if (! FireNavigationFailed(new NavigationFailedEventArgs(requestState.Source, extraData, INavigatorHost, _request, response, e))) 2827if (! FireNavigationFailed(new NavigationFailedEventArgs(requestState.Source, extraData, INavigatorHost, _request, response, e))) 3420return (INavigatorHost is NavigationWindow || 3441DependencyObject navigator = INavigatorHost as DependencyObject; 3564while (ns != null && ns.INavigatorHost != null) 3566NavigationWindow nw = ns.INavigatorHost as NavigationWindow; 3746var host = this.INavigatorHost as DependencyObject;