I have created a CustomControl implemented from Button class in WPF.
public class ImageButton : Button { ... public int ImageHeight {
Did you try using {Binding RelativeSource={RelativeSource TemplatedParent}, Path=Progress} instead ?
{Binding RelativeSource={RelativeSource TemplatedParent}, Path=Progress}
See these answers for more details...
WPF TemplateBinding vs RelativeSource TemplatedParent
Binding custom dependency property to custom WPF style
hope this helps