1 write to _navigationService
PresentationFramework (1)
System\Windows\Controls\Frame.cs (1)
149
_navigationService
= new NavigationService(this);
41 references to _navigationService
PresentationFramework (41)
System\Windows\Controls\Frame.cs (41)
133
if (f.
_navigationService
.Content == value)
150
_navigationService
.BPReady += new BPReadyEventHandler(_OnBPReady);
191
get { return
_navigationService
; }
247
Invariant.Assert(frame.
_navigationService
!= null, "_navigationService should never be null here");
250
return frame.
_navigationService
.Source;
273
frame.
_navigationService
.Navigate(uriToNavigate, null, false, true/* navigateOnSourceChanged */);
286
SetCurrentValueInternal(SourceProperty,
_navigationService
.Source);
460
_navigationService
.InvalidateJournalNavigationScope();
513
return
_navigationService
;
669
_navigationService
.Refresh();
727
Invariant.Assert(
_navigationService
!= null, "_navigationService should never be null here");
728
return ( !
_navigationService
.CanReloadFromUri && Content != null);
841
_navigationService
.AddBackEntry(state);
864
return
_navigationService
.Navigate(source);
882
return
_navigationService
.Navigate(source, extraData);
893
return
_navigationService
.Navigate(content);
912
return
_navigationService
.Navigate(content, extraData);
951
_navigationService
.StopLoading();
960
_navigationService
.Refresh();
973
return
_navigationService
.CurrentSource;
1018
_navigationService
.Navigating += value;
1022
_navigationService
.Navigating -= value;
1036
_navigationService
.NavigationProgress += value;
1040
_navigationService
.NavigationProgress -= value;
1056
_navigationService
.NavigationFailed += value;
1060
_navigationService
.NavigationFailed -= value;
1079
_navigationService
.Navigated += value;
1083
_navigationService
.Navigated -= value;
1105
_navigationService
.LoadCompleted += value;
1109
_navigationService
.LoadCompleted -= value;
1123
_navigationService
.NavigationStopped += value;
1127
_navigationService
.NavigationStopped -= value;
1139
_navigationService
.FragmentNavigation += value;
1143
_navigationService
.FragmentNavigation -= value;
1223
state.JournalEntry =
_navigationService
.MakeJournalEntry(JournalReason.NewContentNavigation);
1228
state.NavSvcGuid =
_navigationService
.GuidId;
1246
_navigationService
.GuidId = state.NavSvcGuid;
1318
NavigationService parentNS =
_navigationService
.ParentNavigationService;
1336
parentJns.Journal.RemoveEntries(
_navigationService
.GuidId);
1340
_navigationService
.InvalidateJournalNavigationScope();
1366
_navigationService
.InvalidateJournalNavigationScope();