1 write to _targetType
WindowsBase (1)
Base\System\Windows\AttachedPropertyBrowsableForTypeAttribute.cs (1)
31_targetType = targetType;
5 references to _targetType
WindowsBase (5)
Base\System\Windows\AttachedPropertyBrowsableForTypeAttribute.cs (5)
49return _targetType; 82return _targetType == other._targetType; 90return _targetType.GetHashCode(); 124_dTargetType = DependencyObjectType.FromSystemType(_targetType);