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)
49
return
_targetType
;
82
return
_targetType
== other.
_targetType
;
90
return
_targetType
.GetHashCode();
124
_dTargetType = DependencyObjectType.FromSystemType(
_targetType
);