7 references to BrowseStop
PresentationCore (1)
System\Windows\Input\Command\CommandDevice.cs (1)
138appCommand = 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)
1366AddCommandBinding(new CommandBinding(NavigationCommands.BrowseStop, OnBrowseStop));
System\Windows\Input\Command\CommandConverter.cs (1)
265knownCommand = NavigationCommands.BrowseStop;
System\Windows\Navigation\NavigationWindow.cs (1)
202NavigationCommands.BrowseStop,
PresentationUI (1)
TenFeetInstallationProgress.xaml.cs (1)
38new CommandBinding(NavigationCommands.BrowseStop,