2 writes to AttributeId
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
2792AttributeId = bamlBinaryReader.ReadInt16();
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
1008bamlPropertyCustom.AttributeId = attributeId;
3 references to AttributeId
PresentationFramework (3)
src\Framework\System\Windows\Markup\BamlReader.cs (1)
994((BamlPropertyCustomRecord)_currentBamlRecord).AttributeId);
src\Framework\System\Windows\Markup\BamlRecordReader.cs (1)
2240short attributeId = bamlPropertyRecord.AttributeId;
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
2567bamlBinaryWriter.Write(AttributeId);