I have an image with source set by a ValueConverter.
When the bound object raises a ProprtyChanged event (from INotifyPropertyChanged), the image does not change. I assume it is because WPF doesn't know what fields the converter looks at.
How do I tell WPF to rebind/rerun this converter when a certain property changes?