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