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