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