Hi,
I am trying to use a different view model for the Backstage to not have too much code inside the main view model.
The thing is that the DataContext is changing to the main view model when I am trying to open the Backstage.
There is an event DataContextChanged which helped me finding that the DataContext is not the same as it was on the Backstage constructor, after the InitializeComponent() method.
Kind regards,
Daniel