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)
152
if (f.
_navigationService
.Content == value)
169
_navigationService
.BPReady += new BPReadyEventHandler(_OnBPReady);
210
get { return
_navigationService
; }
266
Invariant.Assert(frame.
_navigationService
!= null, "_navigationService should never be null here");
269
return frame.
_navigationService
.Source;
297
frame.
_navigationService
.Navigate(uriToNavigate, null, false, true/* navigateOnSourceChanged */);
310
SetCurrentValueInternal(SourceProperty,
_navigationService
.Source);
494
_navigationService
.InvalidateJournalNavigationScope();
547
return
_navigationService
;
702
_navigationService
.Refresh();
760
Invariant.Assert(
_navigationService
!= null, "_navigationService should never be null here");
761
return ( !
_navigationService
.CanReloadFromUri && Content != null);
874
_navigationService
.AddBackEntry(state);
897
return
_navigationService
.Navigate(source);
915
return
_navigationService
.Navigate(source, extraData);
926
return
_navigationService
.Navigate(content);
945
return
_navigationService
.Navigate(content, extraData);
984
_navigationService
.StopLoading();
993
_navigationService
.Refresh();
1006
return
_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;
1255
state.JournalEntry =
_navigationService
.MakeJournalEntry(JournalReason.NewContentNavigation);
1260
state.NavSvcGuid =
_navigationService
.GuidId;
1278
_navigationService
.GuidId = state.NavSvcGuid;
1350
NavigationService parentNS =
_navigationService
.ParentNavigationService;
1368
parentJns.Journal.RemoveEntries(
_navigationService
.GuidId);
1372
_navigationService
.InvalidateJournalNavigationScope();
1398
_navigationService
.InvalidateJournalNavigationScope();