2 writes to AttributeId
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (1)
3794AttributeId = bamlBinaryReader.ReadInt16();
System\Windows\Markup\BamlRecordWriter.cs (1)
1180bamlPropertyWithStaticResourceId.AttributeId = attributeId;
4 references to AttributeId
PresentationFramework (4)
System\Windows\Markup\BamlReader.cs (1)
925SetCommonPropertyInfo(info, bamlPropertyWithStaticResourceIdRecord.AttributeId);
System\Windows\Markup\BamlRecordReader.cs (1)
1954short attributeId = bamlPropertyWithStaticResourceIdRecord.AttributeId;
System\Windows\Markup\BamlRecords.cs (2)
3801bamlBinaryWriter.Write(AttributeId); 3847$"{RecordType} attr({AttributeId}) staticResourceId({StaticResourceId})");