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