2 writes to AttributeId
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (1)
2692AttributeId = bamlBinaryReader.ReadInt16();
System\Windows\Markup\BamlRecordWriter.cs (1)
994bamlPropertyCustom.AttributeId = attributeId;
3 references to AttributeId
PresentationFramework (3)
System\Windows\Markup\BamlReader.cs (1)
976((BamlPropertyCustomRecord)_currentBamlRecord).AttributeId);
System\Windows\Markup\BamlRecordReader.cs (1)
2191short attributeId = bamlPropertyRecord.AttributeId;
System\Windows\Markup\BamlRecords.cs (1)
2471bamlBinaryWriter.Write(AttributeId);