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