The DependencyPropertyInfo type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DependencyPropertyInfo | Initializes a new instance of the DependencyPropertyInfo class |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object 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.) | |
| GetValue |
Gets the property value for given owner.
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| DefaultValue |
Gets the default value of the dependency property.
| |
| DefaultValueString |
Gets or sets the default value as string.
| |
| HasDefaultValue |
Determines whether this property has a default value.
| |
| IsAttachedProperty |
Gets or sets a value indicating whether this property is an attached dependency property.
| |
| IsContentProperty |
Gets or sets a value indicating whether this instance represents the content property.
| |
| IsOfTypeDependencyObject |
Gets or sets a value indicating whether the property type is of type dependency object.
| |
| IsReadOnly |
Gets or sets a value indicating whether this property is read only.
| |
| OwnerType |
Gets the type that owns this dependency property.
| |
| OwnerTypeFullName |
Gets or sets the type that owns this dependency property.
| |
| OwnerTypeId |
Gets or sets unique type id of the owner.
| |
| Property |
Gets or sets the actual dependency property.
| |
| PropertyDefinition |
Gets or sets the property definition.
| |
| PropertyName |
Gets or sets the name of the property.
| |
| PropertyType |
Gets or sets the type of the property.
| |
| PropertyTypeFullName |
Gets or sets the full name of the property type.
| |
| PropertyTypeId |
Gets or sets unique type id of the property.
|