On your do work private void worker_DoWork(object sender, DoWorkEventArgs e) { this.Dispatcher.Invoke((Action) (() => { // Your code })); }
Work smarter, not harder.
Work smarter, not harder.