After installing 4.5: When the bound property of the source object was changed and a PropertyChanged event was fired from the source objec, the ComboBox does not update with the new ItemsSource, until ...
Basic info: VS2010, .Net 4.0 WPF application. I'm trying to write a dialog box that allows a user to edit a fairly simple configuration file, opened as an XMLDataProvider as an application-level ...