Bindings in WPF are great and can accomplish so many things. But how many times have you been in the position of trying to do any of the following: Bind simple POCOs together Apply a binding to an object outside of your xaml file Bind the same property more than once (say once with OneWayToSource…