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