3 writes to AttributeId
PresentationFramework (3)
System\Windows\Markup\BamlRecords.cs (1)
2262
AttributeId
= bamlBinaryReader.ReadInt16();
System\Windows\Markup\BamlRecordWriter.cs (2)
1046
bamlPropertyWithConverter.
AttributeId
= attributeId;
1255
bamlClrProperty.
AttributeId
= attributeId;
6 references to AttributeId
PresentationFramework (6)
System\Windows\Markup\BamlReader.cs (1)
946
((BamlPropertyRecord)_currentBamlRecord).
AttributeId
);
System\Windows\Markup\BamlRecordReader.cs (2)
2275
ReadPropertyRecordBase(bamlPropertyRecord.Value, bamlPropertyRecord.
AttributeId
, 0);
2290
ReadPropertyRecordBase(bamlPropertyRecord.Value, bamlPropertyRecord.
AttributeId
,
System\Windows\Markup\BamlRecords.cs (1)
2269
bamlBinaryWriter.Write(
AttributeId
);
System\Windows\Markup\XamlStyleSerializer.cs (1)
110
if (parserContext.MapTable.DoesAttributeMatch(propertyRecord.
AttributeId
, ownerTypeId, TargetTypePropertyName))
System\Windows\Markup\XamlTemplateSerializer.cs (1)
111
parserContext.MapTable.GetAttributeInfoFromId(propertyRecord.
AttributeId
, out attributeOwnerTypeId, out attributeName, out attributeUsage);