PropertySet public class PropertySet Represents a property and the respective dependency. Documentation Code public DependencyModel Dependency { get; } Gets the dependency. public PropertyInfo Property { get; } Gets the property. public PropertySet(PropertyInfo propertyInfo, DependencyModel dependency) Initializes a new instance of the PropertySet class.