manuelroemer / Celestial.UIToolkit

A custom WPF toolkit which is inspired by a lot of the current design languages, including Microsoft's Fluent Design and Google's Material Design.
MIT License
39 stars 6 forks source link

Updated the XAML Code Base to use the new BindingExpressions. #43

Closed manuelroemer closed 6 years ago

manuelroemer commented 6 years ago

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.