❔ How to create a bindable Text property for AvalonEdit?
I am using AvalonEdit in my application and I want to create a bindable text field. I understand why the authors did not make the original Text property bindable (for performance reasons) but for my use case I need it to work.