2 writes to AttributeId
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
2792
AttributeId
= bamlBinaryReader.ReadInt16();
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
1008
bamlPropertyCustom.
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)
2240
short attributeId = bamlPropertyRecord.
AttributeId
;
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
2567
bamlBinaryWriter.Write(
AttributeId
);