8 writes to AttributeId
PresentationFramework (8)
System\Windows\Markup\BamlRecords.cs (3)
2012
AttributeId
= bamlBinaryReader.ReadInt16();
2078
AttributeId
= bamlBinaryReader.ReadInt16();
2141
AttributeId
= bamlBinaryReader.ReadInt16();
System\Windows\Markup\BamlRecordWriter.cs (5)
755
bamlComplexProperty.
AttributeId
=
1233
bamlProperty.
AttributeId
= attributeId;
1276
bamlPropertyArrayStart.
AttributeId
=
1307
bamlPropertyIListStart.
AttributeId
=
1338
bamlPropertyIDictionaryStart.
AttributeId
=
12 references to AttributeId
PresentationFramework (12)
System\Windows\Markup\BamlReader.cs (3)
892
((BamlPropertyTypeReferenceRecord)_currentBamlRecord).
AttributeId
);
1650
((BamlPropertyTypeReferenceRecord)_currentBamlRecord).
AttributeId
);
2083
((BamlPropertyComplexStartRecord)_currentBamlRecord).
AttributeId
);
System\Windows\Markup\BamlRecordReader.cs (6)
2039
short attributeId = bamlPropertyRecord.
AttributeId
;
2310
ReadPropertyRecordBase(attribValue, bamlPropertyRecord.
AttributeId
,
2634
short attributeId = bamlPropertyRecord.
AttributeId
;
2972
short attributeId = bamlPropertyArrayStartRecord.
AttributeId
;
3020
short attributeId = bamlPropertyIListStartRecord.
AttributeId
;
3076
short attributeId = bamlPropertyIDictionaryStartRecord.
AttributeId
;
System\Windows\Markup\BamlRecords.cs (3)
2018
bamlBinaryWriter.Write(
AttributeId
);
2085
bamlBinaryWriter.Write(
AttributeId
);
2148
bamlBinaryWriter.Write(
AttributeId
);