picoe / Eto

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

Wpf: Setting Dialog.Visible=false after shown should not crash #2696

Closed cwensley closed 1 month ago

cwensley commented 1 month ago

If you want to hide the dialog by setting Visible=false while other things are happening it would crash as WPF throws an exception when the dialog has been shown.