I working on a WPF project where I've over-ridden the checkbox control for some special operations. That is working correctly.
My problem is that the control template that was applied from the theme (shinyred.xaml from codeplex), is not applied to my over-ridden control. Is there a way to inherit the checkbox control template for use by my new control?
All the samples the I can find are focused on inheriting the style for the checkbox, but nothing about the control template.