3 writes to AttributeId
PresentationFramework (3)
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
2347AttributeId = bamlBinaryReader.ReadInt16();
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (2)
1060bamlPropertyWithConverter.AttributeId = attributeId; 1269bamlClrProperty.AttributeId = attributeId;
6 references to AttributeId
PresentationFramework (6)
src\Framework\System\Windows\Markup\BamlReader.cs (1)
964((BamlPropertyRecord)_currentBamlRecord).AttributeId);
src\Framework\System\Windows\Markup\BamlRecordReader.cs (2)
2324ReadPropertyRecordBase(bamlPropertyRecord.Value, bamlPropertyRecord.AttributeId, 0); 2339ReadPropertyRecordBase(bamlPropertyRecord.Value, bamlPropertyRecord.AttributeId,
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
2354bamlBinaryWriter.Write(AttributeId);
src\Framework\System\Windows\Markup\XamlStyleSerializer.cs (1)
123if (parserContext.MapTable.DoesAttributeMatch(propertyRecord.AttributeId, ownerTypeId, TargetTypePropertyName))
src\Framework\System\Windows\Markup\XamlTemplateSerializer.cs (1)
125parserContext.MapTable.GetAttributeInfoFromId(propertyRecord.AttributeId, out attributeOwnerTypeId, out attributeName, out attributeUsage);