I have a custom control that displays a tryAgain button when the control is disabled.
This nesting is causing the button to become disabled, even if I explicitly enable the button in xaml or with a trigger. Is there a way to override a parent control's "IsEnabled"?