1 write to _host
PresentationFramework (1)
src\Framework\MS\Internal\AppModel\JournalNavigationScope.cs (1)
37
_host
= host;
37 references to _host
PresentationFramework (37)
src\Framework\MS\Internal\AppModel\JournalNavigationScope.cs (37)
87
get { return
_host
.Source; }
88
set {
_host
.Source = value; }
92
get { return
_host
.CurrentSource; }
96
get { return
_host
.Content; }
97
set {
_host
.Content = value; }
102
return
_host
.Navigate(source);
106
return
_host
.Navigate(source, extraData);
110
return
_host
.Navigate(content);
114
return
_host
.Navigate(content, extraData);
119
_host
.StopLoading();
124
_host
.Refresh();
129
add {
_host
.Navigating += value; }
130
remove {
_host
.Navigating -= value; }
134
add {
_host
.NavigationProgress += value; }
135
remove {
_host
.NavigationProgress -= value; }
139
add {
_host
.NavigationFailed += value; }
140
remove {
_host
.NavigationFailed -= value; }
144
add {
_host
.Navigated += value; }
145
remove {
_host
.Navigated -= value; }
149
add {
_host
.LoadCompleted += value; }
150
remove {
_host
.LoadCompleted -= value; }
154
add {
_host
.NavigationStopped += value; }
155
remove {
_host
.NavigationStopped -= value; }
159
add {
_host
.FragmentNavigation += value; }
160
remove {
_host
.FragmentNavigation -= value; }
174
_host
.VerifyContextAndObjectState();
182
_host
.VerifyContextAndObjectState();
201
if (!
_host
.GoForwardOverride())
228
if (!
_host
.GoBackOverride())
243
_host
.VerifyContextAndObjectState();
249
_host
.VerifyContextAndObjectState();
257
_host
.VerifyContextAndObjectState();
266
_host
.VerifyContextAndObjectState();
450
DependencyObject navigator = (DependencyObject)
_host
;
454
_host
.OnJournalAvailable();
465
get { return
_host
; }
482
DependencyObject navigator = (DependencyObject)
_host
;