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