DependencyPropertyValueSource Class
Represents the source of a dependency property value.
Inheritance Hierarchy
System.Object
Microsoft.Windows.Design.PropertyEditing.PropertyValueSource
Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public Class DependencyPropertyValueSource _
Inherits PropertyValueSource
public class DependencyPropertyValueSource : PropertyValueSource
public ref class DependencyPropertyValueSource : public PropertyValueSource
type DependencyPropertyValueSource =
class
inherit PropertyValueSource
end
public class DependencyPropertyValueSource extends PropertyValueSource
The DependencyPropertyValueSource type exposes the following members.
Properties
Name | Description | |
---|---|---|
Ambient | Gets a DependencyPropertyValueSource object that represents an ambient property. | |
Binding | Gets a DependencyPropertyValueSource object that represents a bound property. | |
CustomMarkupExtension | Gets a DependencyPropertyValueSource object that represents a property set to a custom markup extension. | |
DataBound | Obsolete. Gets a DependencyPropertyValueSource object that represents a data-bound property. | |
DefaultValue | Gets a DependencyPropertyValueSource object that represents a property set to its default value. | |
DynamicResource | Gets a DependencyPropertyValueSource object that represents a property set to a dynamic resource. | |
Inherited | Obsolete. Gets a DependencyPropertyValueSource object that represents an inherited property. | |
InheritedValue | Gets a DependencyPropertyValueSource object that represents a property whose value was inherited. | |
IsAmbient | Gets a value that indicates whether this DependencyPropertyValueSource represents an ambient property. | |
IsBinding | Gets a value that indicates whether this DependencyPropertyValueSource represents a bound property. | |
IsCustomMarkupExtension | Gets a value that indicates whether this DependencyPropertyValueSource represents a property set to a custom markup extension. | |
IsDataBound | Obsolete. Gets a value that indicates whether this DependencyPropertyValueSource represents a data-bound property. | |
IsDefaultValue | Gets a value that indicates whether this DependencyPropertyValueSource represents a property set to its default value. | |
IsDynamicResource | Gets a value that indicates whether this DependencyPropertyValueSource represents a property set to a dynamic resource. | |
IsExpression | Obsolete. Gets a value that indicates whether this DependencyPropertyValueSource represents a property set to an expression. | |
IsInherited | Obsolete. Gets a value that indicates whether this DependencyPropertyValueSource represents an inherited property. | |
IsInheritedValue | Gets a value that indicates whether this DependencyPropertyValueSource represents a property whose value was inherited. | |
IsLocal | Obsolete. Gets a value that indicates whether this DependencyPropertyValueSource represents a local property. | |
IsLocalResource | Obsolete. Gets a value that indicates whether this DependencyPropertyValueSource represents a property set to a local resource. | |
IsLocalValue | Gets a value that indicates whether this DependencyPropertyValueSource represents a property set to a local value. | |
IsMarkupExtension | Gets a value indicating whether this DependencyPropertyValueSource represents a property set to a markup extension. | |
IsNull | Gets a value that indicates whether this DependencyPropertyValueSource represents a property set to x:Null. | |
IsResource | Gets a value that indicates whether this DependencyPropertyValueSource represents a property set to a resource. | |
IsStatic | Gets a value that indicates whether this DependencyPropertyValueSource represents a property set to a static value. | |
IsStaticResource | Gets a value that indicates whether this DependencyPropertyValueSource represents a property set to a static resource. | |
IsSystemResource | Obsolete. Gets a value that indicates whether this DependencyPropertyValueSource represents a property set to a system resource. | |
IsTemplateBinding | Gets a value that indicates whether this DependencyPropertyValueSource represents a template-bound property. | |
Local | Obsolete. Gets a DependencyPropertyValueSource object that represents a local property. | |
LocalDynamicResource | Obsolete. Gets a DependencyPropertyValueSource object that represents a property set to a local dynamic resource. | |
LocalStaticResource | Obsolete. Gets a DependencyPropertyValueSource object that represents a property set to a local static resource. | |
LocalValue | Gets a DependencyPropertyValueSource object that represents a property set to a local value. | |
Null | Gets a DependencyPropertyValueSource object that represents a property set to x:Null. | |
Static | Gets a DependencyPropertyValueSource object that represents a property set to a static value. | |
StaticResource | Gets a DependencyPropertyValueSource object that represents a property set to a static resource. | |
SystemResource | Obsolete. Gets a DependencyPropertyValueSource object that represents a property set to a system resource. | |
TemplateBinding | Gets a DependencyPropertyValueSource object that represents a template-bound property. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Remarks
The DependencyPropertyValueSource class is an implementation of the abstract PropertyValueSource class for a PropertyEntry that represents a dependency property.
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
Microsoft.Windows.Design.PropertyEditing Namespace