8 writes to AttributeId
PresentationFramework (8)
src\Framework\System\Windows\Markup\BamlRecords.cs (3)
2078
AttributeId
= bamlBinaryReader.ReadInt16();
2150
AttributeId
= bamlBinaryReader.ReadInt16();
2217
AttributeId
= bamlBinaryReader.ReadInt16();
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (5)
769
bamlComplexProperty.
AttributeId
=
1247
bamlProperty.
AttributeId
= attributeId;
1290
bamlPropertyArrayStart.
AttributeId
=
1321
bamlPropertyIListStart.
AttributeId
=
1352
bamlPropertyIDictionaryStart.
AttributeId
=
12 references to AttributeId
PresentationFramework (12)
src\Framework\System\Windows\Markup\BamlReader.cs (3)
910
((BamlPropertyTypeReferenceRecord)_currentBamlRecord).
AttributeId
);
1656
((BamlPropertyTypeReferenceRecord)_currentBamlRecord).
AttributeId
);
2094
((BamlPropertyComplexStartRecord)_currentBamlRecord).
AttributeId
);
src\Framework\System\Windows\Markup\BamlRecordReader.cs (6)
2085
short attributeId = bamlPropertyRecord.
AttributeId
;
2356
ReadPropertyRecordBase(attribValue, bamlPropertyRecord.
AttributeId
,
2680
short attributeId = bamlPropertyRecord.
AttributeId
;
3020
short attributeId = bamlPropertyArrayStartRecord.
AttributeId
;
3068
short attributeId = bamlPropertyIListStartRecord.
AttributeId
;
3124
short attributeId = bamlPropertyIDictionaryStartRecord.
AttributeId
;
src\Framework\System\Windows\Markup\BamlRecords.cs (3)
2084
bamlBinaryWriter.Write(
AttributeId
);
2157
bamlBinaryWriter.Write(
AttributeId
);
2224
bamlBinaryWriter.Write(
AttributeId
);