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)
82get { return _host.Source; } 83set { _host.Source = value; } 87get { return _host.CurrentSource; } 91get { return _host.Content; } 92set { _host.Content = value; } 97return _host.Navigate(source); 101return _host.Navigate(source, extraData); 105return _host.Navigate(content); 109return _host.Navigate(content, extraData); 114_host.StopLoading(); 119_host.Refresh(); 124add { _host.Navigating += value; } 125remove { _host.Navigating -= value; } 129add { _host.NavigationProgress += value; } 130remove { _host.NavigationProgress -= value; } 134add { _host.NavigationFailed += value; } 135remove { _host.NavigationFailed -= value; } 139add { _host.Navigated += value; } 140remove { _host.Navigated -= value; } 144add { _host.LoadCompleted += value; } 145remove { _host.LoadCompleted -= value; } 149add { _host.NavigationStopped += value; } 150remove { _host.NavigationStopped -= value; } 154add { _host.FragmentNavigation += value; } 155remove { _host.FragmentNavigation -= value; } 169_host.VerifyContextAndObjectState(); 177_host.VerifyContextAndObjectState(); 188if (!_host.GoForwardOverride()) 210if (!_host.GoBackOverride()) 225_host.VerifyContextAndObjectState(); 231_host.VerifyContextAndObjectState(); 239_host.VerifyContextAndObjectState(); 248_host.VerifyContextAndObjectState(); 427DependencyObject navigator = (DependencyObject)_host; 431_host.OnJournalAvailable(); 442get { return _host; } 459DependencyObject navigator = (DependencyObject)_host;