2 writes to AttributeId
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (1)
2325
AttributeId
= bamlBinaryReader.ReadInt16();
System\Windows\Markup\BamlRecordWriter.cs (1)
1190
bamlPropertyWithExtension.
AttributeId
= attributeId;
4 references to AttributeId
PresentationFramework (4)
System\Windows\Markup\BamlReader.cs (2)
904
SetCommonPropertyInfo(info, ((BamlPropertyWithExtensionRecord)_currentBamlRecord).
AttributeId
);
1664
((BamlPropertyWithExtensionRecord)_currentBamlRecord).
AttributeId
);
System\Windows\Markup\BamlRecordReader.cs (1)
2430
short attributeId = bamlPropertyRecord.
AttributeId
;
System\Windows\Markup\BamlRecords.cs (1)
2338
bamlBinaryWriter.Write(
AttributeId
);