MarkupExtension identify FrameworkElement when TargetObject is Binding
I have an interesting MarkupExtension
use case serving an IValueConverter
, which accepts an int
(Counter
), and maps that to an L10N formatted localization. I am not certain how to best approach solving it, whether it is even solvable for that matter.