DependencyPropertyValueSource Members
Include Protected Members
Include Inherited Members
Represents the source of a dependency property value.
The DependencyPropertyValueSource type exposes the following members.
Methods
Name
Description
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
Gets the custom markup extension the property is set to.
Gets the value that is a data binding that the property is set to.
Gets the default value the property is set to.
Gets the parent property this property inherits from.
Gets a value indicating whether the property is set to a custom markup extension.
Gets a value indicating whether the property is set to a data binding expression.
Gets a value indicating whether the property is set to its default value.
Gets a value indicating whether the property is set to an expression.
Gets a value indicating whether the property is inherited.
Gets a value indicating whether the property is set to a local value.
Gets a value indicating whether the property is set to a local resource.
Gets a value indicating whether the property is set to a system or local resource.
Gets a value indicating whether the property is set to a system resource.
Gets a value indicating whether the property is set to a TemplateBinding markup extension.
Gets the local value the property is set to.
Gets the LocalDynamicResource reference the property is set to.
Gets the LocalStaticResource reference the property is set to.
Gets the system resource the property is set to.
Gets the TemplateBinding markup extension the property is set to.
Top