1. In the winforms editor, there is a ViewMouseHover event. I assume MouseMove would be the WPF equivalent but is there a provided way to obtain the hitTestResult target so I'm certain that I'm over the text area in the editor?
2. I also use the UserInterfaceUpdate handler a bunch in the WinForms editor. Does the WPF editor have an equivalent event?
3. Looking through the documentation, I don't see any mention of outlining mode. Is that still coming or did I miss it?
4. The Winforms editor had SuspendPainting and ResumePainting functions. I'd suspend painting before changing the document's Text in code and changing FirstVisibilePosition and FirstVisibleX. Then I'd call ResumePainting. Do I still need this in WPF?
Overall, the WPF editor seems really nice although it'd be helpful if the documentation included a migration guide that mapped events and properties from the WinForms version to the WPF version.
Thanks,
-Craig
[Modified at 06/04/2009 07:37 PM]