1 write to INavigatorHost
PresentationFramework (1)
System\Windows\Navigation\NavigationService.cs (1)
54INavigatorHost = 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)
1309jns = parentNS.INavigatorHost.GetJournal(create);
System\Windows\Navigation\NavigationService.cs (28)
171navigator = INavigatorHost; 563NavigationService newParent = ((DependencyObject)INavigatorHost).GetValue(NavigationServiceProperty) as NavigationService; 598ncChild.INavigatorHost.StopLoading(); 670FrameworkElement fe = INavigatorHost as FrameworkElement; 675return INavigatorHost; 800DependencyObject focusScope = (DependencyObject)INavigatorHost; 2028INavigatorHost, 2033_navigating(INavigatorHost, e); 2176NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse, INavigatorHost, IsNavigationInitiator); 2180_navigated(INavigatorHost, e); 2310UIElement navigatorHost = INavigatorHost as UIElement; 2320NavigationProgressEventArgs e = new NavigationProgressEventArgs(source, BytesRead, MaxBytes, INavigatorHost); 2328_navigationProgress(INavigatorHost, e); 2365NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse, INavigatorHost, isNavInitiator); 2377_loadCompleted(INavigatorHost, e); 2419FragmentNavigationEventArgs e = new FragmentNavigationEventArgs(fragment, INavigatorHost); 2524NavigationEventArgs e = new NavigationEventArgs(Source, Content, extraData, null, INavigatorHost, IsNavigationInitiator); 2528_stopped(INavigatorHost, e); 2651if (! FireNavigationFailed(new NavigationFailedEventArgs(source, extraData, INavigatorHost, _request, response, e))) 2659if (! FireNavigationFailed(new NavigationFailedEventArgs(source, extraData, INavigatorHost, _request, response, e))) 2677NavigationFailed(INavigatorHost, e); 2829if (! FireNavigationFailed(new NavigationFailedEventArgs(requestState.Source, extraData, INavigatorHost, _request, response, e))) 2837if (! FireNavigationFailed(new NavigationFailedEventArgs(requestState.Source, extraData, INavigatorHost, _request, response, e))) 3433return (INavigatorHost is NavigationWindow || 3454DependencyObject navigator = INavigatorHost as DependencyObject; 3583while (ns != null && ns.INavigatorHost != null) 3585NavigationWindow nw = ns.INavigatorHost as NavigationWindow; 3765var host = this.INavigatorHost as DependencyObject;