I want to have an image bound to a boolean and have the source of the image to depend on the boolean value
I have a control that I want to show/hide, depending on the value of a boolean. I have a NegatedBooleanConverter (switches true to false and vice versa) and I need to run this converter first.