WPFAQS – Templates in WPF/XAML
In this post I will expand my discussion on different types of and how they are related to visual trees. All the templates In WPF all derived from the abstract FrameworkTemplate class. ControlTemplate is a visual tree of a UI ...