2 writes to AttributeId
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
3236AttributeId = bamlBinaryReader.ReadInt16();
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
1395bamlEvent.AttributeId = bamlAttributeInfoRecord.AttributeId;
1 reference to AttributeId
PresentationFramework (1)
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
3243bamlBinaryWriter.Write(AttributeId);