DependencyObjectType, classe
.NET Framework 3.0
Implements an underlying type cache for all DependencyObject derived types.
Espace de noms: System.Windows
Assembly : WindowsBase (dans windowsbase.dll)
Espace de noms XML : http://schemas.microsoft.com/winfx/2006/xaml/presentation
Assembly : WindowsBase (dans windowsbase.dll)
Espace de noms XML : http://schemas.microsoft.com/winfx/2006/xaml/presentation
DependencyObjectType represents a specific underlying system (CLR) Type of a DependencyObject. DependencyObjectType is essentially a wrapper for the (CLR) Type so that it can extend some of its capabilities.
This class has no public constructor. Instances of this class can only be obtained through properties on other objects (such as DependencyObject.DependencyObjectType), or through the static method FromSystemType.