private
void
FavouritesBar_Loaded(
object
sender, RoutedEventArgs e)
{
Dispatcher.BeginInvoke(
new
Action(() =>
this
.FavouritesBar.IsContentPreserved =
true
;
}), (DispatcherPriority)3);
}