How do I ensure that a new instance of a value converter is created for every binding that it is used in?
You need to specify x:Shared="False"
on the converter resource. Here is an example:
<BooleanToVisibilityConverter x:Key="MyConverter" x:Shared="False"/>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With