using System.Collections.ObjectModel; namespace TheXamlGuy.Framework.WPF.Interactions; public class InteractiveFrameButtonCollection : ObservableCollection { }