Nayara FJ

Results 1 comments of Nayara FJ

I solved In method "FocusedValueChanged" I changed this line `mdiChild.Dispatcher.BeginInvoke(new Func(Keyboard.Focus), System.Windows.Threading.DispatcherPriority.ApplicationIdle, mdiChild.Content);` for this `mdiChild.Dispatcher.BeginInvoke(new Func(Keyboard.Focus), System.Windows.Threading.DispatcherPriority.ApplicationIdle, mdiChild); `