Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
Status: New
ListCalculator should support change notifications from another thread.

As the list calculator is working entirely with data and not a UI, it should support change notifications on another thread.  Currently there is a System.InvalidOperationException because the the change notifications cause DependencyProperties to be read in the XamCalculationManager.