7 references to BrowseStop
PresentationCore (1)
Core\CSharp\System\Windows\Input\Command\CommandDevice.cs (1)
160
appCommand = 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)
116
MainWindow.CommandBindings.Add(new CommandBinding(NavigationCommands.
BrowseStop
, new ExecutedRoutedEventHandler(OnCommandStop)));
src\Framework\System\Windows\Controls\Frame.cs (1)
1386
AddCommandBinding(new CommandBinding(NavigationCommands.
BrowseStop
, OnBrowseStop));
src\Framework\System\Windows\Input\Command\CommandConverter.cs (1)
275
knownCommand = NavigationCommands.
BrowseStop
;
src\Framework\System\Windows\Navigation\NavigationWindow.cs (1)
215
NavigationCommands.
BrowseStop
,