2 writes to _attributeId
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (2)
4615newRecord._attributeId = _attributeId; 4643set { _attributeId = value; }
2 references to _attributeId
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (2)
4615newRecord._attributeId = _attributeId; 4644get { return _attributeId; }