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