1 write to _propertyName
PresentationFramework (1)
System\Windows\Markup\Primitives\ElementMarkupObject.cs (1)
289_propertyName = propertyName;
3 references to _propertyName
PresentationFramework (3)
System\Windows\Markup\Primitives\ElementMarkupObject.cs (3)
296return other._type == _type && other._propertyName == _propertyName; 318return _type.GetHashCode() ^ _propertyName.GetHashCode();