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