I've got AvalonEdit embedded in a WPF application. As I resize, change text, etc, it continually sends debug messages to the console output window. Messages like:
OnHighlightStateChanged forces redraw of line 13
Building line 13
Is there any way to turn these off? There are lots of them and they bury my other debug messages. Thanks. (I'm on Visual Studio 2013).