I have tried this Navigation Service approach (View First) for MVVM-Light WPF https://stackoverflow.com/a/28968560/5272185
I realized that the VisualTreeHelper search for the Frame element does not find the Frame if the Frame is located inside a ViewBox.
Is there a good explanation of such strange behaviour? Is it possible to work around it?