45 references to JournalScope
PresentationFramework (45)
src\Framework\System\Windows\Navigation\NavigationService.cs (45)
91JournalNavigationScope jns = JournalScope; 168if ((navigator == null) && (JournalScope != null)) 170navigator = JournalScope.FindTarget(target); 449/// <see cref="JournalScope"/> property 480if ((JournalScope != null && JournalScope.NavigatorHost is RootBrowserWindow) || 481(JournalScope == null && 737Invariant.Assert(ncChild.JournalScope == null || ncChild.IsJournalLevelContainer, 743if (JournalScope != null) 746JournalScope.Journal.UpdateView(); 776if (JournalScope != null) 779JournalScope.Journal.UpdateView(); 955if (dobj != null && JournalScope != null) 1152Debug.Assert(!JournalScope.Journal.HasUncommittedNavigation); 1345Debug.Assert(!JournalScope.Journal.HasUncommittedNavigation); 1416if (JournalScope != null && JournalScope.RootNavigationService != this) 1418rootNavigationService = JournalScope.RootNavigationService; 1628if (JournalScope == null) 1630return JournalScope.RemoveBackEntry(); 1896get { return JournalScope != null && JournalScope.CanGoForward; } 1908get { return JournalScope != null && JournalScope.CanGoBack; } 1920if (JournalScope == null) 1922JournalScope.GoForward(); 1934if (JournalScope == null) 1936JournalScope.GoBack(); 2016if (JournalScope != null) 2026JournalScope.AbortJournalNavigation(); 2269if (JournalScope != null) 2271JournalScope.AbortJournalNavigation(); 2363if (JournalScope != null) 2365JournalScope.AbortJournalNavigation(); 2510if (JournalScope != null) 2514JournalScope.Journal.UpdateView(); 3367&& JournalScope != null) 3370JournalScope.Journal.CommitJournalNavigation(destinationJournalEntry); 3588JournalScope == null ? null : JournalScope.NavigatorHost as NavigationWindow; 3783JournalNavigationScope jns = JournalScope; 4011if (JournalScope == null) 4016Journal journal = JournalScope.Journal; 4152Journal journal = JournalScope.Journal; 4208JournalEntry parentEntry = (JournalScope.Journal)[parentIndex];