Method FromSystemType
FromSystemType(Type)
Retrieve a DependencyObjectType that represents a given system (CLR) type
public static DependencyObjectType FromSystemType(Type systemType)
Parameters
systemType
TypeThe system (CLR) type to convert
Returns
- DependencyObjectType
A DependencyObjectType that represents the system (CLR) type (will create a new one if doesn't exist)