this.Dispatcher.BeginInvoke(DispatcherPriority.Background, (Action)(() => { Keyboard.Focus(TextBox2); }));
<a target=_blank href="http://bbs.csdn.net/topics/370200371">原文链接</a>
this.Dispatcher.BeginInvoke(DispatcherPriority.Background, (Action)(() => { Keyboard.Focus(TextBox2); }));
<a target=_blank href="http://bbs.csdn.net/topics/370200371">原文链接</a>