
Is it possible to save the undo/redo history between DataContext changes? I'm binding the WPF SyntaxEditor's Text property so as the DataContext changes the undo/redo history gets reset. Is there a way to save and re-apply the undo/redo history for a given DataContext?
Thanks
Thanks