8 writes to AttributeId
PresentationFramework (8)
System\Windows\Markup\BamlRecords.cs (3)
2024
AttributeId
= bamlBinaryReader.ReadInt16();
2090
AttributeId
= bamlBinaryReader.ReadInt16();
2153
AttributeId
= bamlBinaryReader.ReadInt16();
System\Windows\Markup\BamlRecordWriter.cs (5)
760
bamlComplexProperty.
AttributeId
=
1238
bamlProperty.
AttributeId
= attributeId;
1281
bamlPropertyArrayStart.
AttributeId
=
1312
bamlPropertyIListStart.
AttributeId
=
1343
bamlPropertyIDictionaryStart.
AttributeId
=
12 references to AttributeId
PresentationFramework (12)
System\Windows\Markup\BamlReader.cs (3)
898
((BamlPropertyTypeReferenceRecord)_currentBamlRecord).
AttributeId
);
1644
((BamlPropertyTypeReferenceRecord)_currentBamlRecord).
AttributeId
);
2071
((BamlPropertyComplexStartRecord)_currentBamlRecord).
AttributeId
);
System\Windows\Markup\BamlRecordReader.cs (6)
2054
short attributeId = bamlPropertyRecord.
AttributeId
;
2325
ReadPropertyRecordBase(attribValue, bamlPropertyRecord.
AttributeId
,
2647
short attributeId = bamlPropertyRecord.
AttributeId
;
2985
short attributeId = bamlPropertyArrayStartRecord.
AttributeId
;
3033
short attributeId = bamlPropertyIListStartRecord.
AttributeId
;
3089
short attributeId = bamlPropertyIDictionaryStartRecord.
AttributeId
;
System\Windows\Markup\BamlRecords.cs (3)
2030
bamlBinaryWriter.Write(
AttributeId
);
2097
bamlBinaryWriter.Write(
AttributeId
);
2160
bamlBinaryWriter.Write(
AttributeId
);