2 writes to AttributeId
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
2416AttributeId = bamlBinaryReader.ReadInt16();
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
1204bamlPropertyWithExtension.AttributeId = attributeId;
4 references to AttributeId
PresentationFramework (4)
src\Framework\System\Windows\Markup\BamlReader.cs (2)
922SetCommonPropertyInfo(info, ((BamlPropertyWithExtensionRecord)_currentBamlRecord).AttributeId); 1670((BamlPropertyWithExtensionRecord)_currentBamlRecord).AttributeId);
src\Framework\System\Windows\Markup\BamlRecordReader.cs (1)
2477short attributeId = bamlPropertyRecord.AttributeId;
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
2429bamlBinaryWriter.Write(AttributeId);