2 writes to AttributeId
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (1)
5075AttributeId = bamlBinaryReader.ReadInt16();
System\Windows\Markup\BamlRecordWriter.cs (1)
946bamlContentPropertyRecord.AttributeId =
3 references to AttributeId
PresentationFramework (3)
System\Windows\Markup\BamlReader.cs (1)
856SetCommonPropertyInfo(cpInfo, bamlRecord.AttributeId);
System\Windows\Markup\BamlRecordReader.cs (1)
1281short attributeId = bamlContentPropertyRecord.AttributeId;
System\Windows\Markup\BamlRecords.cs (1)
5083bamlBinaryWriter.Write(AttributeId);