WPF中只能是UI线程才可以改变UI控件相关,当采用多线程工作时,可用以下代码获取
UI线程进行操作:
App.Current.Dispatcher.Invoke((Action)delegate() { //codes }