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