2 writes to AttributeId
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (1)
2698AttributeId = bamlBinaryReader.ReadInt16();
System\Windows\Markup\BamlRecordWriter.cs (1)
996bamlPropertyCustom.AttributeId = attributeId;
3 references to AttributeId
PresentationFramework (3)
System\Windows\Markup\BamlReader.cs (1)
972((BamlPropertyCustomRecord)_currentBamlRecord).AttributeId);
System\Windows\Markup\BamlRecordReader.cs (1)
2200short attributeId = bamlPropertyRecord.AttributeId;
System\Windows\Markup\BamlRecords.cs (1)
2477bamlBinaryWriter.Write(AttributeId);