4 references to BrowseForward
PresentationCore (1)
System\Windows\Input\Command\CommandDevice.cs (1)
132
appCommand = NavigationCommands.
BrowseForward
;
PresentationFramework (3)
System\Windows\Controls\Frame.cs (1)
1363
AddCommandBinding(new CommandBinding(NavigationCommands.
BrowseForward
, OnGoForward, OnQueryGoForward));
System\Windows\Input\Command\CommandConverter.cs (1)
259
knownCommand = NavigationCommands.
BrowseForward
;
System\Windows\Navigation\NavigationWindow.cs (1)
184
NavigationCommands.
BrowseForward
,