The [documentation of `TaskbarIcon.Dispose()`](https://github.com/hardcodet/wpf-notifyicon/blob/b3d484a/src/NotifyIconWpf/TaskbarIcon.cs#L1061-L1065) says this: > This method is not virtual by design. Derived classes should override `<see cref="Dispose(bool)"/>`. However it is impossible to actually override [`Dispose(bool)`](https://github.com/hardcodet/wpf-notifyicon/blob/b3d484a/src/NotifyIconWpf/TaskbarIcon.cs#L1095) because it is a) private and b) not virtual. Version: 1.1.0