Data Bound Collections in WPF

One of the joys of working with WPF is that data binding that can exist. At a couple points I’ve wanted to bind a Dictionary as a list. Each item in the list would have a key and only one of those items could exist based upon the the key. Thus I put together two [...]