The Core Assembly includes the SelfBindingExtension and TemplatedParentBindingExtension classes, which make writing XAML less verbose, by reducing the required code for creating a self-/template Binding.
This PR updates the XAML files to use the new bindings.
The Core Assembly includes the
SelfBindingExtension
andTemplatedParentBindingExtension
classes, which make writing XAML less verbose, by reducing the required code for creating a self-/template Binding.This PR updates the XAML files to use the new bindings.