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; 2027INavigatorHost, 2032_navigating(INavigatorHost, e); 2175NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse, INavigatorHost, IsNavigationInitiator); 2179_navigated(INavigatorHost, e); 2309UIElement navigatorHost = INavigatorHost as UIElement; 2319NavigationProgressEventArgs e = new NavigationProgressEventArgs(source, BytesRead, MaxBytes, INavigatorHost); 2327_navigationProgress(INavigatorHost, e); 2364NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse, INavigatorHost, isNavInitiator); 2376_loadCompleted(INavigatorHost, e); 2418FragmentNavigationEventArgs e = new FragmentNavigationEventArgs(fragment, INavigatorHost); 2523NavigationEventArgs e = new NavigationEventArgs(Source, Content, extraData, null, INavigatorHost, IsNavigationInitiator); 2527_stopped(INavigatorHost, e); 2650if (! FireNavigationFailed(new NavigationFailedEventArgs(source, extraData, INavigatorHost, _request, response, e))) 2658if (! FireNavigationFailed(new NavigationFailedEventArgs(source, extraData, INavigatorHost, _request, response, e))) 2676NavigationFailed(INavigatorHost, e); 2828if (! FireNavigationFailed(new NavigationFailedEventArgs(requestState.Source, extraData, INavigatorHost, _request, response, e))) 2836if (! FireNavigationFailed(new NavigationFailedEventArgs(requestState.Source, extraData, INavigatorHost, _request, response, e))) 3432return (INavigatorHost is NavigationWindow || 3453DependencyObject navigator = INavigatorHost as DependencyObject; 3582while (ns != null && ns.INavigatorHost != null) 3584NavigationWindow nw = ns.INavigatorHost as NavigationWindow; 3764var host = this.INavigatorHost as DependencyObject;