1 write to _host
PresentationFramework (1)
MS\Internal\AppModel\JournalNavigationScope.cs (1)
28
_host
= host;
37 references to _host
PresentationFramework (37)
MS\Internal\AppModel\JournalNavigationScope.cs (37)
78
get { return
_host
.Source; }
79
set {
_host
.Source = value; }
83
get { return
_host
.CurrentSource; }
87
get { return
_host
.Content; }
88
set {
_host
.Content = value; }
93
return
_host
.Navigate(source);
97
return
_host
.Navigate(source, extraData);
101
return
_host
.Navigate(content);
105
return
_host
.Navigate(content, extraData);
110
_host
.StopLoading();
115
_host
.Refresh();
120
add {
_host
.Navigating += value; }
121
remove {
_host
.Navigating -= value; }
125
add {
_host
.NavigationProgress += value; }
126
remove {
_host
.NavigationProgress -= value; }
130
add {
_host
.NavigationFailed += value; }
131
remove {
_host
.NavigationFailed -= value; }
135
add {
_host
.Navigated += value; }
136
remove {
_host
.Navigated -= value; }
140
add {
_host
.LoadCompleted += value; }
141
remove {
_host
.LoadCompleted -= value; }
145
add {
_host
.NavigationStopped += value; }
146
remove {
_host
.NavigationStopped -= value; }
150
add {
_host
.FragmentNavigation += value; }
151
remove {
_host
.FragmentNavigation -= value; }
165
_host
.VerifyContextAndObjectState();
173
_host
.VerifyContextAndObjectState();
184
if (!
_host
.GoForwardOverride())
206
if (!
_host
.GoBackOverride())
221
_host
.VerifyContextAndObjectState();
227
_host
.VerifyContextAndObjectState();
235
_host
.VerifyContextAndObjectState();
244
_host
.VerifyContextAndObjectState();
420
DependencyObject navigator = (DependencyObject)
_host
;
424
_host
.OnJournalAvailable();
435
get { return
_host
; }
452
DependencyObject navigator = (DependencyObject)
_host
;