Delen via


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

Public method

Equals

Determines whether the specified Object is equal to the current Object. (Inherited from Object.)

Protected method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

Public method

GetHashCode

Serves as a hash function for a particular type. (Inherited from Object.)

Public method

GetType

Gets the type of the current instance. (Inherited from Object.)

Protected method

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Public method

ToString

Returns a string that represents the current object. (Inherited from Object.)

Top

Properties

 

Name

Description

Public propertyStatic member

CustomMarkupExtension

Gets the custom markup extension the property is set to.

Public propertyStatic member

DataBound

Gets the value that is a data binding that the property is set to.

Public propertyStatic member

DefaultValue

Gets the default value the property is set to.

Public propertyStatic member

Inherited

Gets the parent property this property inherits from.

Public property

IsCustomMarkupExtension

Gets a value indicating whether the property is set to a custom markup extension.

Public property

IsDataBound

Gets a value indicating whether the property is set to a data binding expression.

Public property

IsDefaultValue

Gets a value indicating whether the property is set to its default value.

Public property

IsExpression

Gets a value indicating whether the property is set to an expression.

Public property

IsInherited

Gets a value indicating whether the property is inherited.

Public property

IsLocal

Gets a value indicating whether the property is set to a local value.

Public property

IsLocalResource

Gets a value indicating whether the property is set to a local resource.

Public property

IsResource

Gets a value indicating whether the property is set to a system or local resource.

Public property

IsSystemResource

Gets a value indicating whether the property is set to a system resource.

Public property

IsTemplateBinding

Gets a value indicating whether the property is set to a TemplateBinding markup extension.

Public propertyStatic member

Local

Gets the local value the property is set to.

Public propertyStatic member

LocalDynamicResource

Gets the LocalDynamicResource reference the property is set to.

Public propertyStatic member

LocalStaticResource

Gets the LocalStaticResource reference the property is set to.

Public propertyStatic member

SystemResource

Gets the system resource the property is set to.

Public propertyStatic member

TemplateBinding

Gets the TemplateBinding markup extension the property is set to.

Top

See Also

Reference

DependencyPropertyValueSource Class

Microsoft.Windows.Design.PropertyEditing Namespace