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