|
|
@ -88,7 +88,6 @@ namespace AvalonDock |
|
|
|
new CommandBinding(ShowDocumentsListMenuCommand, ExecutedShowDocumentsListMenuCommand, CanExecuteShowDocumentsListMenuCommand)); |
|
|
|
new CommandBinding(ShowDocumentsListMenuCommand, ExecutedShowDocumentsListMenuCommand, CanExecuteShowDocumentsListMenuCommand)); |
|
|
|
this.CommandBindings.Add( |
|
|
|
this.CommandBindings.Add( |
|
|
|
new CommandBinding(ApplicationCommands.Close, ExecutedCloseCommand, CanExecuteCloseCommand)); |
|
|
|
new CommandBinding(ApplicationCommands.Close, ExecutedCloseCommand, CanExecuteCloseCommand)); |
|
|
|
ApplicationCommands.Close.InputGestures.Add(new MouseGesture(MouseAction.MiddleClick)); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this.CommandBindings.Add( |
|
|
|
this.CommandBindings.Add( |
|
|
|
new CommandBinding(CloseAllButThisCommand, this.OnExecuteCommand, this.OnCanExecuteCommand)); |
|
|
|
new CommandBinding(CloseAllButThisCommand, this.OnExecuteCommand, this.OnCanExecuteCommand)); |
|
|
|