1 write to _navigationService
PresentationFramework (1)
System\Windows\Controls\Frame.cs (1)
161
_navigationService
= new NavigationService(this);
41 references to _navigationService
PresentationFramework (41)
System\Windows\Controls\Frame.cs (41)
145
if (f.
_navigationService
.Content == value)
162
_navigationService
.BPReady += new BPReadyEventHandler(_OnBPReady);
203
get { return
_navigationService
; }
259
Invariant.Assert(frame.
_navigationService
!= null, "_navigationService should never be null here");
262
return frame.
_navigationService
.Source;
285
frame.
_navigationService
.Navigate(uriToNavigate, null, false, true/* navigateOnSourceChanged */);
298
SetCurrentValueInternal(SourceProperty,
_navigationService
.Source);
472
_navigationService
.InvalidateJournalNavigationScope();
525
return
_navigationService
;
681
_navigationService
.Refresh();
739
Invariant.Assert(
_navigationService
!= null, "_navigationService should never be null here");
740
return ( !
_navigationService
.CanReloadFromUri && Content != null);
853
_navigationService
.AddBackEntry(state);
876
return
_navigationService
.Navigate(source);
894
return
_navigationService
.Navigate(source, extraData);
905
return
_navigationService
.Navigate(content);
924
return
_navigationService
.Navigate(content, extraData);
963
_navigationService
.StopLoading();
972
_navigationService
.Refresh();
985
return
_navigationService
.CurrentSource;
1030
_navigationService
.Navigating += value;
1034
_navigationService
.Navigating -= value;
1048
_navigationService
.NavigationProgress += value;
1052
_navigationService
.NavigationProgress -= value;
1068
_navigationService
.NavigationFailed += value;
1072
_navigationService
.NavigationFailed -= value;
1091
_navigationService
.Navigated += value;
1095
_navigationService
.Navigated -= value;
1117
_navigationService
.LoadCompleted += value;
1121
_navigationService
.LoadCompleted -= value;
1135
_navigationService
.NavigationStopped += value;
1139
_navigationService
.NavigationStopped -= value;
1151
_navigationService
.FragmentNavigation += value;
1155
_navigationService
.FragmentNavigation -= value;
1235
state.JournalEntry =
_navigationService
.MakeJournalEntry(JournalReason.NewContentNavigation);
1240
state.NavSvcGuid =
_navigationService
.GuidId;
1258
_navigationService
.GuidId = state.NavSvcGuid;
1330
NavigationService parentNS =
_navigationService
.ParentNavigationService;
1348
parentJns.Journal.RemoveEntries(
_navigationService
.GuidId);
1352
_navigationService
.InvalidateJournalNavigationScope();
1378
_navigationService
.InvalidateJournalNavigationScope();