A WPF wrapper around Windows Form NotifyIcon
Because WPF do not have a Notify Icon control, I decided implement a WPF control that wraps the Windows Form control. It only covers the basic functionality, but I believe that it is enough for most scenarios. Enjoy it !
The control and the sample are here.