WPF MenuItem vs Button behavior in new window when mouse still down
I didn't know how to make the 'issue' (different behavior) more clear in the title, but I'll explain here. In our WPF application, we're using the DataGrid control to list a number of entities. After double clicking a row, we open a new Window and in that Window, there are among other things a couple of MenuItem controls. The problem i...