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