2 writes to _attributeId
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
3253newRecord._attributeId = _attributeId; 3270set { _attributeId = value; }
2 references to _attributeId
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
3253newRecord._attributeId = _attributeId; 3268get { return _attributeId; }