DependencyProperty.AddOwner Method
.NET Framework 4
Adds another type as an owner of a dependency property that has already been registered to a type.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
AddOwner(Type) | Adds another type as an owner of a dependency property that has already been registered. |
|
AddOwner(Type, PropertyMetadata) | Adds another type as an owner of a dependency property that has already been registered, providing dependency property metadata for the dependency property as it will exist on the provided owner type. |