private void appendToChangelog(string msg) { this.ChangeLog.Dispatcher.Invoke(new Action(() => { ChangeLog.AppendText(msg); })); }