Does Unity Interceptor alter the behaviour of Prism’s BindableBase.SetProperty method?
I am using Unity container with Prism’s BindableBase class, and I suspect that Unity’s VirtualMethodInterceptor is altering the behaviour of the SetProperty method in BindableBase. This seems to be causing the order of property assignment and PropertyChanged event invocation to change, leading to unexpected results.