I'm trying to port a Silverlight application to Metro, and have found that within my ControlTemplate setting my binding to {Binding PropertyName, RelativeSource={RelativeSource TemplatedParent}} does not appear to work, however {TemplateBinding PropertyName} does.
Both of these work within my Silverlight application, however I need to use the RelativeSource syntax to allow the usage of Mode=TwoWay.
What do I need to do to use TwoWay bindings inside a ControlTemplate?