picoe / Eto

Cross platform GUI framework for desktop and mobile applications in .NET
Other
3.55k stars 323 forks source link

Wpf: Fix performance setting TextBox.Text rapidly #2534

Closed cwensley closed 1 year ago

cwensley commented 1 year ago

This works around a problem in WPF, as reported in https://github.com/dotnet/wpf/issues/5887. Preventing any GC operations while setting the Text property appears to solve the issue.