DependencyPropertyServices.GetDependencyProperty Method |
Name | Description | |
---|---|---|
GetDependencyProperty<T>(Expression<Func<T>>) |
Gets the DependencyProperty object associated with a property of a given name for a given type.
The property name and the property owner type are extracted from the expression argument.
| |
GetDependencyProperty<TClass, TProperty>(Expression<Func<TClass, TProperty>>) |
Gets the DependencyProperty object associated with a property of a given name for a given type.
The property name and the property owner type are extracted from the expression argument.
| |
GetDependencyProperty(Type, String) |
Gets the DependencyProperty object associated with a property of a given name for a given type.
|