You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added backdrop effect for MessageBox. To use it, you can set MessageBox.DefaultBackdropType(static, and applies to all message boxes) or WindowHelper.SystemBackdropType
Added sound for MessageBox (only works when using MessageBoxImage parameter; you can disabled it by MessageBox.MakeSound = false)
Renamed SampleApp to Gallery
Fixed a crash when CanBeAccessedAcrossThreads is set to true