2 writes to AttributeId
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (1)
2331AttributeId = bamlBinaryReader.ReadInt16();
System\Windows\Markup\BamlRecordWriter.cs (1)
1192bamlPropertyWithExtension.AttributeId = attributeId;
4 references to AttributeId
PresentationFramework (4)
System\Windows\Markup\BamlReader.cs (2)
900SetCommonPropertyInfo(info, ((BamlPropertyWithExtensionRecord)_currentBamlRecord).AttributeId); 1648((BamlPropertyWithExtensionRecord)_currentBamlRecord).AttributeId);
System\Windows\Markup\BamlRecordReader.cs (1)
2437short attributeId = bamlPropertyRecord.AttributeId;
System\Windows\Markup\BamlRecords.cs (1)
2344bamlBinaryWriter.Write(AttributeId);