5 references to AddCommandBinding
PresentationFramework (5)
src\Framework\System\Windows\Controls\Frame.cs (5)
1382
AddCommandBinding
(new CommandBinding(NavigationCommands.BrowseBack, OnGoBack, OnQueryGoBack));
1383
AddCommandBinding
(new CommandBinding(NavigationCommands.BrowseForward, OnGoForward, OnQueryGoForward));
1384
AddCommandBinding
(new CommandBinding(NavigationCommands.NavigateJournal, OnNavigateJournal));
1385
AddCommandBinding
(new CommandBinding(NavigationCommands.Refresh, OnRefresh, OnQueryRefresh));
1386
AddCommandBinding
(new CommandBinding(NavigationCommands.BrowseStop, OnBrowseStop));