5 references to AddCommandBinding
PresentationFramework (5)
System\Windows\Controls\Frame.cs (5)
1362
AddCommandBinding
(new CommandBinding(NavigationCommands.BrowseBack, OnGoBack, OnQueryGoBack));
1363
AddCommandBinding
(new CommandBinding(NavigationCommands.BrowseForward, OnGoForward, OnQueryGoForward));
1364
AddCommandBinding
(new CommandBinding(NavigationCommands.NavigateJournal, OnNavigateJournal));
1365
AddCommandBinding
(new CommandBinding(NavigationCommands.Refresh, OnRefresh, OnQueryRefresh));
1366
AddCommandBinding
(new CommandBinding(NavigationCommands.BrowseStop, OnBrowseStop));