Gọi 1 thread từ 1 thread khác WPF C#

 this.Dispatcher.Invoke(() =>

{
    ...// your code here.
});