1 write to _attributes
System.Xaml (1)
System\Windows\Markup\PropertyDefinition.cs (1)
26
public IList<Attribute> Attributes =>
_attributes
??= new List<Attribute>();