wpf-notifyicon icon indicating copy to clipboard operation
wpf-notifyicon copied to clipboard

Improve `TaskbarIcon.Dispose`

Open jhinder opened this issue 2 years ago • 0 comments

  • Allow overriding Dispose(bool) as per the documentation on Dispose() (fixes #91)
  • Perform the deregistration of the Application.Exit event on the application instance's dispatcher to avoid threading/ownership exceptions (fixes #92)

jhinder avatar Jan 30 '23 14:01 jhinder