2 writes to AttributeId
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
5342AttributeId = bamlBinaryReader.ReadInt16();
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
960bamlContentPropertyRecord.AttributeId =
3 references to AttributeId
PresentationFramework (3)
src\Framework\System\Windows\Markup\BamlReader.cs (1)
874SetCommonPropertyInfo(cpInfo, bamlRecord.AttributeId);
src\Framework\System\Windows\Markup\BamlRecordReader.cs (1)
1320short attributeId = bamlContentPropertyRecord.AttributeId;
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
5350bamlBinaryWriter.Write(AttributeId);