One of my XAML files shows a strange behaviour in the XAML designer (but not during runtime):
public class MyDesignTimeViewModel { public MyDesignTimeVi
I ran into this issue but the cause was actually that I didn't have the Enable Project Code in XAML Designer enabled.