using System.Windows; using System.Windows.Controls; namespace WPFluent.Controls; public class TreeModelRowExpander : ContentControl { static TreeModelRowExpander() { DefaultStyleKeyProperty.OverrideMetadata(typeof(TreeModelRowExpander), new FrameworkPropertyMetadata(typeof(TreeModelRowExpander))); } }