2 writes to AttributeId
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
3984
AttributeId
= bamlBinaryReader.ReadInt16();
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
1189
bamlPropertyWithStaticResourceId.
AttributeId
= attributeId;
4 references to AttributeId
PresentationFramework (4)
src\Framework\System\Windows\Markup\BamlReader.cs (1)
937
SetCommonPropertyInfo(info, bamlPropertyWithStaticResourceIdRecord.
AttributeId
);
src\Framework\System\Windows\Markup\BamlRecordReader.cs (1)
1985
short attributeId = bamlPropertyWithStaticResourceIdRecord.
AttributeId
;
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
3991
bamlBinaryWriter.Write(
AttributeId
);
4038
RecordType,
AttributeId
, StaticResourceId);