2 writes to AttributeId
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (1)
2704AttributeId = bamlBinaryReader.ReadInt16();
System\Windows\Markup\BamlRecordWriter.cs (1)
999bamlPropertyCustom.AttributeId = attributeId;
3 references to AttributeId
PresentationFramework (3)
System\Windows\Markup\BamlReader.cs (1)
982((BamlPropertyCustomRecord)_currentBamlRecord).AttributeId);
System\Windows\Markup\BamlRecordReader.cs (1)
2209short attributeId = bamlPropertyRecord.AttributeId;
System\Windows\Markup\BamlRecords.cs (1)
2483bamlBinaryWriter.Write(AttributeId);