Implemented interface member:
property
CanGoBack
MS.Internal.AppModel.INavigator.CanGoBack
5 references to CanGoBack
PresentationFramework (5)
MS\Internal\AppModel\JournalNavigationScope.cs (1)
207if (CanGoBack == false)
System\Windows\Controls\Frame.cs (2)
631e.CanExecute = _ownJournalScope.CanGoBack; 837bool canGoBack = _ownJournalScope != null && _ownJournalScope.CanGoBack;
System\Windows\Navigation\NavigationService.cs (1)
1736get { return JournalScope != null && JournalScope.CanGoBack; }
System\Windows\Navigation\NavigationWindow.cs (1)
666return _JNS.CanGoBack;