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