28 references to NavigationService
PresentationFramework (28)
src\Framework\MS\Internal\AppModel\RootBrowserWindow.cs (1)
758VerifyWebOCOverlap(NavigationService);
src\Framework\System\Windows\Navigation\NavigationService.cs (4)
685return navigationWindow.NavigationService.FindTarget(navigatorId); 2928if ((navWin != null) && (navWin.NavigationService != this)) 2930navWin.NavigationService.FireNavigationFailed(e); 3589if (navWin != null && this == navWin.NavigationService
src\Framework\System\Windows\Navigation\NavigationWindow.cs (23)
102window.NavigationService.Refresh(); 282return NavigationService.Navigate(source); 301return NavigationService.Navigate(source, extraData); 315return NavigationService.Navigate(content); 335return NavigationService.Navigate(content, extraData); 382NavigationService.StopLoading(); 397NavigationService.Refresh(); 410NavigationService.AddBackEntry(state); 725NavigationService.Navigating += value; 730NavigationService.Navigating -= value; 745NavigationService.NavigationProgress += value; 750NavigationService.NavigationProgress -= value; 767NavigationService.NavigationFailed += value; 772NavigationService.NavigationFailed -= value; 792NavigationService.Navigated += value; 797NavigationService.Navigated -= value; 817NavigationService.LoadCompleted += value; 822NavigationService.LoadCompleted -= value; 837NavigationService.NavigationStopped += value; 842NavigationService.NavigationStopped -= value; 855NavigationService.FragmentNavigation += value; 860NavigationService.FragmentNavigation -= value; 1025if (w.NavigationService.Content == value)