If my code looks somewhat like the code beneath, would it be possible to refresh all bindings directly or would I have to hard-code all the bindings to refresh?
Service-
You can null then re-set the DataContext of the parent object.
DataContext = null; DataContext = data;