picoe / Eto

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

Wpf: Fix dispatcher error when cancelling a TextBox TextChanging event #2586

Closed cwensley closed 7 months ago

cwensley commented 7 months ago

This fixes this error "System.InvalidOperationException: Cannot perform this operation while dispatcher processing is suspended." when cancelling changing the Text property of a TextBox.