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