Why does the binding get updated only once in WPF user control?
Recently I struggled on my user control trying to make the dependency property be updated when I change the source of the binding. That confirmed my belief that WPF does not forgive any single developer’s mistake.
By Mirek on (tags: dependency property, user control, WPF, categories: code)