I'm trying to bind multiple ComboBox's to a common source collection and enforce that once a ComboBox selection is made, that selected item is removed from the other ComboBox's as a possibility. The collection is built dynamically, so I'm doing it in code.I'm trying to bind multiple ComboBox's to a com