InstanceDependencyProperty Members
Include Protected Members
Include Inherited Members
Enables property sharing by the executing instances of an activity.
The InstanceDependencyProperty type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
DefaultValue | Gets the default value of the dependency property. |
![]() |
IsReadOnly | Gets a boolean value that specifies whether the dependency property is read-only. If it is read-only, the SetValue method throws an exception when called. |
![]() |
Name | Gets the name of the dependency property. |
![]() |
OwnerType | Gets the type that contains the dependency property. |
![]() |
PropertyType | Gets the type of the value stored in the dependency property. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (inherited from Object) |
![]() |
Finalize | (inherited from Object) |
![]() |
GetHashCode | (inherited from Object) |
![]() |
GetType | (inherited from Object) |
![]() |
MemberwiseClone | (inherited from Object) |
![]() ![]() |
Register(String, Type, Type) | Creates a new instance. |
![]() ![]() |
Register(String, Type, Type, InstanceDependencyPropertyOption) | Creates a new instance. |
![]() ![]() |
Register(String, Type, Type, Object) | Creates a new instance. |
![]() ![]() |
Register(String, Type, Type, Object, InstanceDependencyPropertyOption) | Creates a new instance. |
![]() |
ToString | (inherited from Object) |
Top