1 write to _navigationService
PresentationFramework (1)
src\Framework\System\Windows\Controls\Frame.cs (1)
168_navigationService = new NavigationService(this);
41 references to _navigationService
PresentationFramework (41)
src\Framework\System\Windows\Controls\Frame.cs (41)
152if (f._navigationService.Content == value) 169_navigationService.BPReady += new BPReadyEventHandler(_OnBPReady); 210get { return _navigationService; } 266Invariant.Assert(frame._navigationService != null, "_navigationService should never be null here"); 269return frame._navigationService.Source; 297frame._navigationService.Navigate(uriToNavigate, null, false, true/* navigateOnSourceChanged */); 310SetCurrentValueInternal(SourceProperty, _navigationService.Source); 494_navigationService.InvalidateJournalNavigationScope(); 547return _navigationService; 702_navigationService.Refresh(); 760Invariant.Assert(_navigationService != null, "_navigationService should never be null here"); 761return ( !_navigationService.CanReloadFromUri && Content != null); 874_navigationService.AddBackEntry(state); 897return _navigationService.Navigate(source); 915return _navigationService.Navigate(source, extraData); 926return _navigationService.Navigate(content); 945return _navigationService.Navigate(content, extraData); 984_navigationService.StopLoading(); 993_navigationService.Refresh(); 1006return _navigationService.CurrentSource; 1051_navigationService.Navigating += value; 1055_navigationService.Navigating -= value; 1069_navigationService.NavigationProgress += value; 1073_navigationService.NavigationProgress -= value; 1089_navigationService.NavigationFailed += value; 1093_navigationService.NavigationFailed -= value; 1112_navigationService.Navigated += value; 1116_navigationService.Navigated -= value; 1138_navigationService.LoadCompleted += value; 1142_navigationService.LoadCompleted -= value; 1156_navigationService.NavigationStopped += value; 1160_navigationService.NavigationStopped -= value; 1172_navigationService.FragmentNavigation += value; 1176_navigationService.FragmentNavigation -= value; 1255state.JournalEntry = _navigationService.MakeJournalEntry(JournalReason.NewContentNavigation); 1260state.NavSvcGuid = _navigationService.GuidId; 1278_navigationService.GuidId = state.NavSvcGuid; 1350NavigationService parentNS = _navigationService.ParentNavigationService; 1368parentJns.Journal.RemoveEntries(_navigationService.GuidId); 1372_navigationService.InvalidateJournalNavigationScope(); 1398_navigationService.InvalidateJournalNavigationScope();