3 writes to AttributeId
PresentationFramework (3)
System\Windows\Markup\BamlRecords.cs (1)
2261AttributeId = bamlBinaryReader.ReadInt16();
System\Windows\Markup\BamlRecordWriter.cs (2)
1045bamlPropertyWithConverter.AttributeId = attributeId; 1254bamlClrProperty.AttributeId = attributeId;
6 references to AttributeId
PresentationFramework (6)
System\Windows\Markup\BamlReader.cs (1)
945((BamlPropertyRecord)_currentBamlRecord).AttributeId);
System\Windows\Markup\BamlRecordReader.cs (2)
2274ReadPropertyRecordBase(bamlPropertyRecord.Value, bamlPropertyRecord.AttributeId, 0); 2289ReadPropertyRecordBase(bamlPropertyRecord.Value, bamlPropertyRecord.AttributeId,
System\Windows\Markup\BamlRecords.cs (1)
2268bamlBinaryWriter.Write(AttributeId);
System\Windows\Markup\XamlStyleSerializer.cs (1)
109if (parserContext.MapTable.DoesAttributeMatch(propertyRecord.AttributeId, ownerTypeId, TargetTypePropertyName))
System\Windows\Markup\XamlTemplateSerializer.cs (1)
110parserContext.MapTable.GetAttributeInfoFromId(propertyRecord.AttributeId, out attributeOwnerTypeId, out attributeName, out attributeUsage);