7 references to BrowseStop
PresentationCore (1)
Core\CSharp\System\Windows\Input\Command\CommandDevice.cs (1)
160appCommand = NavigationCommands.BrowseStop;
PresentationFramework (6)
src\Framework\MS\Internal\AppModel\OleCmdHelper.cs (2)
233_oleCmdMappingTable.Value.Add((uint)UnsafeNativeMethods.OLECMDID.OLECMDID_STOP, new CommandWithArgument(NavigationCommands.BrowseStop)); 263_applicationCommandsMappingTable.Value.Add((uint)AppCommands.View_Stop, new CommandWithArgument(NavigationCommands.BrowseStop));
src\Framework\MS\Internal\AppModel\XappLauncher.cs (1)
116MainWindow.CommandBindings.Add(new CommandBinding(NavigationCommands.BrowseStop, new ExecutedRoutedEventHandler(OnCommandStop)));
src\Framework\System\Windows\Controls\Frame.cs (1)
1386AddCommandBinding(new CommandBinding(NavigationCommands.BrowseStop, OnBrowseStop));
src\Framework\System\Windows\Input\Command\CommandConverter.cs (1)
275knownCommand = NavigationCommands.BrowseStop;
src\Framework\System\Windows\Navigation\NavigationWindow.cs (1)
215NavigationCommands.BrowseStop,