GetFullName Method
GetFullName(DependencyProperty)
Gets the full name of a dependency property (OwnerType.FullName + "." + Name).
Declaration
public static string GetFullName(this DependencyProperty p)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyProperty | p |
Returns
Type | Description |
---|---|
System.String |