I\'m trying to understand RelativeSource binding but I can\'t find a definition for TemplatedParent. MSDN says:
\"Gets a static value that is used to
TemplatedParent refers to the Control instance that the template is being applied to. You can use TemplatedParent to bind to properties declared on that object (and its base classes).
TemplatedParent
Control