Hello. I'm deserializing a large object and then assigning its values to another object's dependency properties. The dependency properties all have custom logic in their value-changed event handlers. After I assign the new values to the dependency properties, how can I be sure that all the value-changed event handlers have been executed before continuing? Thanks in advance.
-L