2 writes to AttributeId
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (1)
3782
AttributeId
= bamlBinaryReader.ReadInt16();
System\Windows\Markup\BamlRecordWriter.cs (1)
1175
bamlPropertyWithStaticResourceId.
AttributeId
= attributeId;
4 references to AttributeId
PresentationFramework (4)
System\Windows\Markup\BamlReader.cs (1)
919
SetCommonPropertyInfo(info, bamlPropertyWithStaticResourceIdRecord.
AttributeId
);
System\Windows\Markup\BamlRecordReader.cs (1)
1939
short attributeId = bamlPropertyWithStaticResourceIdRecord.
AttributeId
;
System\Windows\Markup\BamlRecords.cs (2)
3789
bamlBinaryWriter.Write(
AttributeId
);
3835
$"{RecordType} attr({
AttributeId
}) staticResourceId({StaticResourceId})");