3 references to NavigateJournal
PresentationFramework (3)
System\Windows\Controls\Frame.cs (1)
1364AddCommandBinding(new CommandBinding(NavigationCommands.NavigateJournal, OnNavigateJournal));
System\Windows\Input\Command\CommandConverter.cs (1)
301knownCommand = NavigationCommands.NavigateJournal;
System\Windows\Navigation\NavigationWindow.cs (1)
190new CommandBinding(NavigationCommands.NavigateJournal, new ExecutedRoutedEventHandler(OnNavigateJournal)));