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