8 writes to AttributeId
PresentationFramework (8)
System\Windows\Markup\BamlRecords.cs (3)
2018
AttributeId
= bamlBinaryReader.ReadInt16();
2084
AttributeId
= bamlBinaryReader.ReadInt16();
2147
AttributeId
= bamlBinaryReader.ReadInt16();
System\Windows\Markup\BamlRecordWriter.cs (5)
757
bamlComplexProperty.
AttributeId
=
1235
bamlProperty.
AttributeId
= attributeId;
1278
bamlPropertyArrayStart.
AttributeId
=
1309
bamlPropertyIListStart.
AttributeId
=
1340
bamlPropertyIDictionaryStart.
AttributeId
=
12 references to AttributeId
PresentationFramework (12)
System\Windows\Markup\BamlReader.cs (3)
888
((BamlPropertyTypeReferenceRecord)_currentBamlRecord).
AttributeId
);
1634
((BamlPropertyTypeReferenceRecord)_currentBamlRecord).
AttributeId
);
2061
((BamlPropertyComplexStartRecord)_currentBamlRecord).
AttributeId
);
System\Windows\Markup\BamlRecordReader.cs (6)
2045
short attributeId = bamlPropertyRecord.
AttributeId
;
2316
ReadPropertyRecordBase(attribValue, bamlPropertyRecord.
AttributeId
,
2638
short attributeId = bamlPropertyRecord.
AttributeId
;
2976
short attributeId = bamlPropertyArrayStartRecord.
AttributeId
;
3024
short attributeId = bamlPropertyIListStartRecord.
AttributeId
;
3080
short attributeId = bamlPropertyIDictionaryStartRecord.
AttributeId
;
System\Windows\Markup\BamlRecords.cs (3)
2024
bamlBinaryWriter.Write(
AttributeId
);
2091
bamlBinaryWriter.Write(
AttributeId
);
2154
bamlBinaryWriter.Write(
AttributeId
);