3 references to CommandBinding
PresentationFramework (3)
System\Windows\Controls\Frame.cs (2)
1336
AddCommandBinding(new
CommandBinding
(NavigationCommands.NavigateJournal, OnNavigateJournal));
1338
AddCommandBinding(new
CommandBinding
(NavigationCommands.BrowseStop, OnBrowseStop));
System\Windows\Navigation\NavigationWindow.cs (1)
173
new
CommandBinding
(NavigationCommands.NavigateJournal, new ExecutedRoutedEventHandler(OnNavigateJournal)));