1 write to _componentType
WindowsBase (1)
Base\System\ComponentModel\DependencyPropertyDescriptor.cs (1)
44_componentType = componentType;
6 references to _componentType
WindowsBase (6)
Base\System\ComponentModel\DependencyPropertyDescriptor.cs (6)
315if (dp != null && dp._dp == _dp && dp._componentType == _componentType) 328return _dp.GetHashCode() ^ _componentType.GetHashCode(); 441public override Type ComponentType { get { return _componentType; } } 583_property = TypeDescriptor.GetProperties(_componentType)[Name]; 594_property = TypeDescriptor.CreateProperty(_componentType, Name, _dp.PropertyType);