4 references to BrowseForward
PresentationCore (1)
Core\CSharp\System\Windows\Input\Command\CommandDevice.cs (1)
154appCommand = NavigationCommands.BrowseForward;
PresentationFramework (3)
src\Framework\System\Windows\Controls\Frame.cs (1)
1383AddCommandBinding(new CommandBinding(NavigationCommands.BrowseForward, OnGoForward, OnQueryGoForward));
src\Framework\System\Windows\Input\Command\CommandConverter.cs (1)
269knownCommand = NavigationCommands.BrowseForward;
src\Framework\System\Windows\Navigation\NavigationWindow.cs (1)
197NavigationCommands.BrowseForward,