2 writes to AttributeId
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (1)
5082AttributeId = bamlBinaryReader.ReadInt16();
System\Windows\Markup\BamlRecordWriter.cs (1)
948bamlContentPropertyRecord.AttributeId =
3 references to AttributeId
PresentationFramework (3)
System\Windows\Markup\BamlReader.cs (1)
852SetCommonPropertyInfo(cpInfo, bamlRecord.AttributeId);
System\Windows\Markup\BamlRecordReader.cs (1)
1287short attributeId = bamlContentPropertyRecord.AttributeId;
System\Windows\Markup\BamlRecords.cs (1)
5090bamlBinaryWriter.Write(AttributeId);