2 writes to AttributeId
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (1)
3788
AttributeId
= bamlBinaryReader.ReadInt16();
System\Windows\Markup\BamlRecordWriter.cs (1)
1177
bamlPropertyWithStaticResourceId.
AttributeId
= attributeId;
4 references to AttributeId
PresentationFramework (4)
System\Windows\Markup\BamlReader.cs (1)
915
SetCommonPropertyInfo(info, bamlPropertyWithStaticResourceIdRecord.
AttributeId
);
System\Windows\Markup\BamlRecordReader.cs (1)
1945
short attributeId = bamlPropertyWithStaticResourceIdRecord.
AttributeId
;
System\Windows\Markup\BamlRecords.cs (2)
3795
bamlBinaryWriter.Write(
AttributeId
);
3841
$"{RecordType} attr({
AttributeId
}) staticResourceId({StaticResourceId})");