Normally wpf objects inherits their parent’s data context, so if you set a binding and theres no data context set, the binding engine it will automatically look for it in the parents. How can I make a custom class(that is not an UI element) to produce the same behavior when set as the child of another element?
Normally wpf objects inherits their parent’s data context, so if you set a binding
Share
Make it a subclass of
Freezable