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