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