Tagged Questions

42
votes
5answers
19k views

WPF TemplateBinding vs RelativeSource TemplatedParent

What is the difference between these 2 bindings: <ControlTemplate TargetType="{x:Type Button}"> <Border BorderBrush="{TemplateBinding Property=Background}"> <ContentPresenter ...