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)
78get { return _host.Source; } 79set { _host.Source = value; } 83get { return _host.CurrentSource; } 87get { return _host.Content; } 88set { _host.Content = value; } 93return _host.Navigate(source); 97return _host.Navigate(source, extraData); 101return _host.Navigate(content); 105return _host.Navigate(content, extraData); 110_host.StopLoading(); 115_host.Refresh(); 120add { _host.Navigating += value; } 121remove { _host.Navigating -= value; } 125add { _host.NavigationProgress += value; } 126remove { _host.NavigationProgress -= value; } 130add { _host.NavigationFailed += value; } 131remove { _host.NavigationFailed -= value; } 135add { _host.Navigated += value; } 136remove { _host.Navigated -= value; } 140add { _host.LoadCompleted += value; } 141remove { _host.LoadCompleted -= value; } 145add { _host.NavigationStopped += value; } 146remove { _host.NavigationStopped -= value; } 150add { _host.FragmentNavigation += value; } 151remove { _host.FragmentNavigation -= value; } 165_host.VerifyContextAndObjectState(); 173_host.VerifyContextAndObjectState(); 184if (!_host.GoForwardOverride()) 206if (!_host.GoBackOverride()) 221_host.VerifyContextAndObjectState(); 227_host.VerifyContextAndObjectState(); 235_host.VerifyContextAndObjectState(); 244_host.VerifyContextAndObjectState(); 420DependencyObject navigator = (DependencyObject)_host; 424_host.OnJournalAvailable(); 435get { return _host; } 452DependencyObject navigator = (DependencyObject)_host;