DependencyProperty Methods
.NET Framework 4.5
The DependencyProperty type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
FromName | Gets the registered DependencyProperty based on the Name and OwnerType. |
|
FromType | Creates an IList of type DependencyProperty that belong to a specific Type. |
|
GetHashCode | Returns the hash code for this instance. (Overrides Object.GetHashCode().) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
Register(String, Type, Type) | Initializes a new instance of the DependencyProperty class that has the properties parameterized according to the input parameters. |
|
Register(String, Type, Type, PropertyMetadata) | Initializes a new instance of the DependencyProperty class that has the properties parameterized according to the input parameters. |
|
RegisterAttached(String, Type, Type) | Initializes a new instance of the DependencyProperty class that has the properties parameterized according to the input parameters. This instance is intended to declare properties that are used on objects other than the objects of owning type. |
|
RegisterAttached(String, Type, Type, PropertyMetadata) | Initializes a new instance of the DependencyProperty class that has the properties parameterized according to the input parameters. |
|
RegisterAttached(String, Type, Type, PropertyMetadata, Type) | Initializes a new instance of the DependencyProperty class that has the properties parameterized according to the input parameters. |
|
ToString | Overrides the Object method to return the Name property value. (Overrides Object.ToString().) |
| Name | Description | |
|---|---|---|
|
ISerializable.GetObjectData | Populates a SerializationInfo with the data required to serialize the target object. |