WPF Custom Control DependencyProperty issues
I have created a custom page header for my project in which I have set up a DependencyProperty for CloseButtonCommandProperty. I have added a callback to this Property to set another DependencyProperty (ShowCloseButtonProperty).
The issue I am having is that the null is not being hit, so ShowCloseButton is always set to true.