Nor can they be attached to anything that is not FrameworkElement.
In my case, I was using the MultiBindingBehavior from Cimbalino Tookit by @PedroLamas, that uses Behaviors to achieve the effect of a classic MultiBinding.
BTW:
I need something like a MultiBinding: x:Bind with functions doesn't work for me as I'm inside a DataTemplate with x:Key. Any solution?
Nor can they be attached to anything that is not FrameworkElement.
In my case, I was using the MultiBindingBehavior from Cimbalino Tookit by @PedroLamas, that uses Behaviors to achieve the effect of a classic MultiBinding.
BTW: I need something like a MultiBinding: x:Bind with functions doesn't work for me as I'm inside a DataTemplate with x:Key. Any solution?
Thanks in advance!