5 references to AddCommandBinding
PresentationFramework (5)
System\Windows\Controls\Frame.cs (5)
1351
AddCommandBinding
(new CommandBinding(NavigationCommands.BrowseBack, OnGoBack, OnQueryGoBack));
1352
AddCommandBinding
(new CommandBinding(NavigationCommands.BrowseForward, OnGoForward, OnQueryGoForward));
1353
AddCommandBinding
(new CommandBinding(NavigationCommands.NavigateJournal, OnNavigateJournal));
1354
AddCommandBinding
(new CommandBinding(NavigationCommands.Refresh, OnRefresh, OnQueryRefresh));
1355
AddCommandBinding
(new CommandBinding(NavigationCommands.BrowseStop, OnBrowseStop));