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