3 writes to AttributeId
PresentationFramework (3)
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
2347
AttributeId
= bamlBinaryReader.ReadInt16();
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (2)
1060
bamlPropertyWithConverter.
AttributeId
= attributeId;
1269
bamlClrProperty.
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)
2324
ReadPropertyRecordBase(bamlPropertyRecord.Value, bamlPropertyRecord.
AttributeId
, 0);
2339
ReadPropertyRecordBase(bamlPropertyRecord.Value, bamlPropertyRecord.
AttributeId
,
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
2354
bamlBinaryWriter.Write(
AttributeId
);
src\Framework\System\Windows\Markup\XamlStyleSerializer.cs (1)
123
if (parserContext.MapTable.DoesAttributeMatch(propertyRecord.
AttributeId
, ownerTypeId, TargetTypePropertyName))
src\Framework\System\Windows\Markup\XamlTemplateSerializer.cs (1)
125
parserContext.MapTable.GetAttributeInfoFromId(propertyRecord.
AttributeId
, out attributeOwnerTypeId, out attributeName, out attributeUsage);