File: System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\PropertyValueSource.cs
Project: ndp\cdf\src\NetFx40\Tools\System.Activities.Presentation.csproj (System.Activities.Presentation)
namespace System.Activities.Presentation.PropertyEditing {
    using System;
 
    /// <summary>
    /// Abstract base class representing the source of a property value.  An example of a concrete
    /// implementation is the DependencyPropertyValueSource which has the source information for 
    /// a property value that is a Dependency Property.
    /// </summary>
    public abstract class PropertyValueSource { }
}