PostSharpAPI ReferencePost­Sharp.​Patterns.​XamlDependency­Property­Base­AttributeGet­Property
Open sandboxFocus

DependencyPropertyBaseAttribute.GetProperty Method

GetProperty(Type)

Gets the DependencyPropertyObject associated with this property for a specific instance type.

Declaration
protected DependencyProperty GetProperty(Type instanceType)
Parameters
Type Name Description
System.Type instanceType

Instance type.

Returns
Type Description
DependencyProperty