1 write to _propertyName
PresentationFramework (1)
src\Framework\System\Windows\Markup\Primitives\ElementMarkupObject.cs (1)
305
_propertyName
= propertyName;
3 references to _propertyName
PresentationFramework (3)
src\Framework\System\Windows\Markup\Primitives\ElementMarkupObject.cs (3)
312
return other._type == _type && other.
_propertyName
==
_propertyName
;
334
return _type.GetHashCode() ^
_propertyName
.GetHashCode();