2 writes to _attributeId
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
2449newRecord._attributeId = _attributeId; 2468set { _attributeId = value; }
3 references to _attributeId
PresentationFramework (3)
src\Framework\System\Windows\Markup\BamlRecords.cs (3)
2449newRecord._attributeId = _attributeId; 2467get { return _attributeId; } 2533RecordType, _attributeId, _extensionTypeId, _valueId);