8 writes to AttributeId
PresentationFramework (8)
System\Windows\Markup\BamlRecords.cs (3)
2011AttributeId = bamlBinaryReader.ReadInt16(); 2077AttributeId = bamlBinaryReader.ReadInt16(); 2140AttributeId = bamlBinaryReader.ReadInt16();
System\Windows\Markup\BamlRecordWriter.cs (5)
754bamlComplexProperty.AttributeId = 1232bamlProperty.AttributeId = attributeId; 1275bamlPropertyArrayStart.AttributeId = 1306bamlPropertyIListStart.AttributeId = 1337bamlPropertyIDictionaryStart.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)
2035short attributeId = bamlPropertyRecord.AttributeId; 2306ReadPropertyRecordBase(attribValue, bamlPropertyRecord.AttributeId, 2630short attributeId = bamlPropertyRecord.AttributeId; 2965short attributeId = bamlPropertyArrayStartRecord.AttributeId; 3013short attributeId = bamlPropertyIListStartRecord.AttributeId; 3069short attributeId = bamlPropertyIDictionaryStartRecord.AttributeId;
System\Windows\Markup\BamlRecords.cs (3)
2017bamlBinaryWriter.Write(AttributeId); 2084bamlBinaryWriter.Write(AttributeId); 2147bamlBinaryWriter.Write(AttributeId);