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)
87get { return _host.Source; } 88set { _host.Source = value; } 92get { return _host.CurrentSource; } 96get { return _host.Content; } 97set { _host.Content = value; } 102return _host.Navigate(source); 106return _host.Navigate(source, extraData); 110return _host.Navigate(content); 114return _host.Navigate(content, extraData); 119_host.StopLoading(); 124_host.Refresh(); 129add { _host.Navigating += value; } 130remove { _host.Navigating -= value; } 134add { _host.NavigationProgress += value; } 135remove { _host.NavigationProgress -= value; } 139add { _host.NavigationFailed += value; } 140remove { _host.NavigationFailed -= value; } 144add { _host.Navigated += value; } 145remove { _host.Navigated -= value; } 149add { _host.LoadCompleted += value; } 150remove { _host.LoadCompleted -= value; } 154add { _host.NavigationStopped += value; } 155remove { _host.NavigationStopped -= value; } 159add { _host.FragmentNavigation += value; } 160remove { _host.FragmentNavigation -= value; } 174_host.VerifyContextAndObjectState(); 182_host.VerifyContextAndObjectState(); 201if (!_host.GoForwardOverride()) 228if (!_host.GoBackOverride()) 243_host.VerifyContextAndObjectState(); 249_host.VerifyContextAndObjectState(); 257_host.VerifyContextAndObjectState(); 266_host.VerifyContextAndObjectState(); 450DependencyObject navigator = (DependencyObject)_host; 454_host.OnJournalAvailable(); 465get { return _host; } 482DependencyObject navigator = (DependencyObject)_host;