using System; namespace Microsoft.Windows.Controls.PropertyGrid { public class PropertyDefinition { public string Name { get; set; } } }