Set the binding value directly
问题 Is it possible to set the value behind a two-way binding directly, without knowing the bound property? I have an attached property that is bound to a property like this: <Element my:Utils.MyProperty="{Binding Something}" /> Now I want to change the value that is effectively stored in Something from the perspective of the attached property. So I cannot access the bound property directly, but only have references to the DependencyObject (i.e. the Element instance) and the DependencyProperty