I found that suddenly, when I debug my project, the Window does not open, why is that? I get no errors too
UPDATE: SetCurrentValue() the cause?
I found that MarkdownEditor.SetCurrentValue() seem to be the cause. When I pause the debugging, I get

However after commenting that line, when I debug, it still hangs ... and at the commented line ...

MarkdownEditor is a UserControl public partial class MarkdownEditor : UserControl, INotifyPropertyChanged { }
Whats wrong with the SetCurrentValue() tho?
UPDATE 2
I discovered why the changes does not make a difference, I am referencing a dll. So changes I make don't commit. So now the question is what the problem with that line?