Share via


DependencyPropertyValueSource Class

Represents the source of a dependency property value.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design (in Microsoft.Windows.Design.dll)

Syntax

'Declaration
Public Class DependencyPropertyValueSource _
    Inherits PropertyValueSource
'Usage
Dim instance As DependencyPropertyValueSource
public class DependencyPropertyValueSource : PropertyValueSource
public ref class DependencyPropertyValueSource : public PropertyValueSource
public class DependencyPropertyValueSource extends PropertyValueSource

Remarks

The DependencyPropertyValueSource class is an implementation of the abstract PropertyValueSource class for a PropertyEntry that represents a dependency property.

Inheritance Hierarchy

System.Object
  Microsoft.Windows.Design.PropertyEditing.PropertyValueSource
    Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

DependencyPropertyValueSource Members

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture