Implemented interface member:
property
CanGoForward
MS.Internal.AppModel.INavigator.CanGoForward
2 references to CanGoForward
PresentationFramework (2)
src\Framework\System\Windows\Navigation\NavigationWindow.cs (2)
1067
e.CanExecute = nw.
CanGoForward
;
1068
e.ContinueRouting = !nw.
CanGoForward
;