Tagged Questions
39
votes
5answers
18k 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 ...