using System; namespace Microsoft.Windows.Controls.PropertyGrid.Attributes { public class ExpandableObjectAttribute : Attribute { public ExpandableObjectAttribute() { } } }