2 writes to AttributeId
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
2416
AttributeId
= bamlBinaryReader.ReadInt16();
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
1204
bamlPropertyWithExtension.
AttributeId
= attributeId;
4 references to AttributeId
PresentationFramework (4)
src\Framework\System\Windows\Markup\BamlReader.cs (2)
922
SetCommonPropertyInfo(info, ((BamlPropertyWithExtensionRecord)_currentBamlRecord).
AttributeId
);
1670
((BamlPropertyWithExtensionRecord)_currentBamlRecord).
AttributeId
);
src\Framework\System\Windows\Markup\BamlRecordReader.cs (1)
2477
short attributeId = bamlPropertyRecord.
AttributeId
;
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
2429
bamlBinaryWriter.Write(
AttributeId
);