8 writes to AttributeId
PresentationFramework (8)
System\Windows\Markup\BamlRecords.cs (3)
2011
AttributeId
= bamlBinaryReader.ReadInt16();
2077
AttributeId
= bamlBinaryReader.ReadInt16();
2140
AttributeId
= bamlBinaryReader.ReadInt16();
System\Windows\Markup\BamlRecordWriter.cs (5)
754
bamlComplexProperty.
AttributeId
=
1232
bamlProperty.
AttributeId
= attributeId;
1275
bamlPropertyArrayStart.
AttributeId
=
1306
bamlPropertyIListStart.
AttributeId
=
1337
bamlPropertyIDictionaryStart.
AttributeId
=
12 references to AttributeId
PresentationFramework (12)
System\Windows\Markup\BamlReader.cs (3)
891
((BamlPropertyTypeReferenceRecord)_currentBamlRecord).
AttributeId
);
1649
((BamlPropertyTypeReferenceRecord)_currentBamlRecord).
AttributeId
);
2079
((BamlPropertyComplexStartRecord)_currentBamlRecord).
AttributeId
);
System\Windows\Markup\BamlRecordReader.cs (6)
2035
short attributeId = bamlPropertyRecord.
AttributeId
;
2306
ReadPropertyRecordBase(attribValue, bamlPropertyRecord.
AttributeId
,
2630
short attributeId = bamlPropertyRecord.
AttributeId
;
2965
short attributeId = bamlPropertyArrayStartRecord.
AttributeId
;
3013
short attributeId = bamlPropertyIListStartRecord.
AttributeId
;
3069
short attributeId = bamlPropertyIDictionaryStartRecord.
AttributeId
;
System\Windows\Markup\BamlRecords.cs (3)
2017
bamlBinaryWriter.Write(
AttributeId
);
2084
bamlBinaryWriter.Write(
AttributeId
);
2147
bamlBinaryWriter.Write(
AttributeId
);