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