3 writes to AttributeId
PresentationFramework (3)
System\Windows\Markup\BamlRecords.cs (1)
2274AttributeId = bamlBinaryReader.ReadInt16();
System\Windows\Markup\BamlRecordWriter.cs (2)
1051bamlPropertyWithConverter.AttributeId = attributeId; 1260bamlClrProperty.AttributeId = attributeId;
6 references to AttributeId
PresentationFramework (6)
System\Windows\Markup\BamlReader.cs (1)
952((BamlPropertyRecord)_currentBamlRecord).AttributeId);
System\Windows\Markup\BamlRecordReader.cs (2)
2293ReadPropertyRecordBase(bamlPropertyRecord.Value, bamlPropertyRecord.AttributeId, 0); 2308ReadPropertyRecordBase(bamlPropertyRecord.Value, bamlPropertyRecord.AttributeId,
System\Windows\Markup\BamlRecords.cs (1)
2281bamlBinaryWriter.Write(AttributeId);
System\Windows\Markup\XamlStyleSerializer.cs (1)
119if (parserContext.MapTable.DoesAttributeMatch(propertyRecord.AttributeId, ownerTypeId, TargetTypePropertyName))
System\Windows\Markup\XamlTemplateSerializer.cs (1)
120parserContext.MapTable.GetAttributeInfoFromId(propertyRecord.AttributeId, out attributeOwnerTypeId, out attributeName, out attributeUsage);