5 references to AddCommandBinding
PresentationFramework (5)
System\Windows\Controls\Frame.cs (5)
1335
AddCommandBinding
(new CommandBinding(NavigationCommands.BrowseBack, OnGoBack, OnQueryGoBack));
1336
AddCommandBinding
(new CommandBinding(NavigationCommands.BrowseForward, OnGoForward, OnQueryGoForward));
1337
AddCommandBinding
(new CommandBinding(NavigationCommands.NavigateJournal, OnNavigateJournal));
1338
AddCommandBinding
(new CommandBinding(NavigationCommands.Refresh, OnRefresh, OnQueryRefresh));
1339
AddCommandBinding
(new CommandBinding(NavigationCommands.BrowseStop, OnBrowseStop));