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