
Hi guys,
In SyntaxEditor for WinForms, I use the TokenMouseEnter and TokenMouseLeave events to change the mouse cursor if it's currently over a specific type of token. I don't see events like that for the WPF version, so I wonder what's the best way of accomplishing the same is? I was thinking of just using the MouseMove event, but I fear that it will be to intensive to pull out the current token each time this event is fired? How did you accomplish this in the WinForms version? Please advice :)