2 writes to AttributeId
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (1)
5088AttributeId = bamlBinaryReader.ReadInt16();
System\Windows\Markup\BamlRecordWriter.cs (1)
951bamlContentPropertyRecord.AttributeId =
3 references to AttributeId
PresentationFramework (3)
System\Windows\Markup\BamlReader.cs (1)
862SetCommonPropertyInfo(cpInfo, bamlRecord.AttributeId);
System\Windows\Markup\BamlRecordReader.cs (1)
1296short attributeId = bamlContentPropertyRecord.AttributeId;
System\Windows\Markup\BamlRecords.cs (1)
5096bamlBinaryWriter.Write(AttributeId);