Child object property change fires parents DependencyPropertyChanged callback?
问题 In defining a base class inheriting an the Animatable , class, I have discovered what I am finding to be some odd behavior. When I create a Child DependencyProperty within a 'Parent' class, then define an instance of that 'Parent' class, then alter a property on the parents child, the PropertyChangedCallback I defined for the Parents Child property fires. In compliance with the requisite Minimal, Complete and Verifiable Example: using System; using System.Collections.Generic; using System