PropertyChanged Callback for a Dependency Property Is not Being Triggered in a Custom WPF Control
I have created a custom control with a dependency property, but the PropertyChanged callback is not being triggered, and I cannot figure out why. Here is my XAML and code: