7 references to BrowseStop
PresentationCore (1)
System\Windows\Input\Command\CommandDevice.cs (1)
138
appCommand = NavigationCommands.
BrowseStop
;
PresentationFramework (5)
MS\Internal\AppModel\OleCmdHelper.cs (2)
199
_oleCmdMappingTable.Add((uint)UnsafeNativeMethods.OLECMDID.OLECMDID_STOP, new CommandWithArgument(NavigationCommands.
BrowseStop
));
222
_applicationCommandsMappingTable.Add((uint)AppCommands.View_Stop, new CommandWithArgument(NavigationCommands.
BrowseStop
));
System\Windows\Controls\Frame.cs (1)
1366
AddCommandBinding(new CommandBinding(NavigationCommands.
BrowseStop
, OnBrowseStop));
System\Windows\Input\Command\CommandConverter.cs (1)
265
knownCommand = NavigationCommands.
BrowseStop
;
System\Windows\Navigation\NavigationWindow.cs (1)
202
NavigationCommands.
BrowseStop
,
PresentationUI (1)
TenFeetInstallationProgress.xaml.cs (1)
38
new CommandBinding(NavigationCommands.
BrowseStop
,