1 write to _host
PresentationFramework (1)
MS\Internal\AppModel\JournalNavigationScope.cs (1)
32
_host
= host;
37 references to _host
PresentationFramework (37)
MS\Internal\AppModel\JournalNavigationScope.cs (37)
82
get { return
_host
.Source; }
83
set {
_host
.Source = value; }
87
get { return
_host
.CurrentSource; }
91
get { return
_host
.Content; }
92
set {
_host
.Content = value; }
97
return
_host
.Navigate(source);
101
return
_host
.Navigate(source, extraData);
105
return
_host
.Navigate(content);
109
return
_host
.Navigate(content, extraData);
114
_host
.StopLoading();
119
_host
.Refresh();
124
add {
_host
.Navigating += value; }
125
remove {
_host
.Navigating -= value; }
129
add {
_host
.NavigationProgress += value; }
130
remove {
_host
.NavigationProgress -= value; }
134
add {
_host
.NavigationFailed += value; }
135
remove {
_host
.NavigationFailed -= value; }
139
add {
_host
.Navigated += value; }
140
remove {
_host
.Navigated -= value; }
144
add {
_host
.LoadCompleted += value; }
145
remove {
_host
.LoadCompleted -= value; }
149
add {
_host
.NavigationStopped += value; }
150
remove {
_host
.NavigationStopped -= value; }
154
add {
_host
.FragmentNavigation += value; }
155
remove {
_host
.FragmentNavigation -= value; }
169
_host
.VerifyContextAndObjectState();
177
_host
.VerifyContextAndObjectState();
188
if (!
_host
.GoForwardOverride())
210
if (!
_host
.GoBackOverride())
225
_host
.VerifyContextAndObjectState();
231
_host
.VerifyContextAndObjectState();
239
_host
.VerifyContextAndObjectState();
248
_host
.VerifyContextAndObjectState();
427
DependencyObject navigator = (DependencyObject)
_host
;
431
_host
.OnJournalAvailable();
442
get { return
_host
; }
459
DependencyObject navigator = (DependencyObject)
_host
;