The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DependencyPropertyDescriptor::GetHashCode Method ()
.NET Framework (current version)
Returns the hash code for this DependencyPropertyDescriptor.
Assembly: WindowsBase (in WindowsBase.dll)
The hash code for DependencyPropertyDescriptor is based both on the identifier for a dependency property and on the type on which it is set. This implementation assures that a DependencyPropertyDescriptor does not improperly return the same hash code for properties that are inherited by the many possible derived classes, or for properties that are otherwise re-assigned through the property system.
.NET Framework
Available since 3.0
Available since 3.0
Show: