2 writes to _componentType
WindowsBase (2)
Base\MS\Internal\ComponentModel\DependencyObjectPropertyDescriptor.cs (2)
48
_componentType
= property.ComponentType;
63
_componentType
= ownerType;
1 reference to _componentType
WindowsBase (1)
Base\MS\Internal\ComponentModel\DependencyObjectPropertyDescriptor.cs (1)
279
get { return
_componentType
; }