One of the limitations of TemplateBinding Markup in WPF is the fact that we cannot use it inside the ControlTemplate.Triggers because it really doesn’t work, since as Mike Hillberg said here , “TemplateBinding is a lightweight, but less functional, version...
With the release of the .NET Framework 3.5 SP1 the WPF suffered the third major release of it’s short history. This major areas that were affected were: Deployment Now instead of needing the full framework...