I have an IValueConverter implemented class and I need it to be injected using my DI container (Ninject).
The problem is, in XAML, there\'s no immediately obvious way to
An alternative approach is, to resolve the dependency via MarkupExtension and set it to the converter's property in XAML.
MarkupExtension
See the following answer for details:
https://stackoverflow.com/a/41611854/2115905