2 references to CanGoForward
PresentationFramework (2)
src\Framework\MS\Internal\AppModel\JournalNavigationScope.cs (2)
175
return _journal != null && !InAppShutdown && _journal.
CanGoForward
;
490
newState = _journal.
CanGoForward
;