icsharpcode / SharpDevelop

#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
2.09k stars 773 forks source link

WPF Commands do not work properly in Windows Forms ContextMenus #538

Closed siegfriedpammer closed 10 years ago

siegfriedpammer commented 10 years ago

See the HexEditor or ResourceEditor Display Bindings:

The context menu always has the Cut, Copy, Paste, Select All and Delete items disabled. Debugging shows that the FocusedElement is null during the execution of CanExecute.