2 references to CanGoBack
PresentationFramework (2)
src\Framework\MS\Internal\AppModel\JournalNavigationScope.cs (2)
183
return _journal != null && !InAppShutdown && _journal.
CanGoBack
;
484
bool newState = _journal.
CanGoBack
;