8 writes to AttributeId
PresentationFramework (8)
System\Windows\Markup\BamlRecords.cs (3)
2018AttributeId = bamlBinaryReader.ReadInt16(); 2084AttributeId = bamlBinaryReader.ReadInt16(); 2147AttributeId = bamlBinaryReader.ReadInt16();
System\Windows\Markup\BamlRecordWriter.cs (5)
757bamlComplexProperty.AttributeId = 1235bamlProperty.AttributeId = attributeId; 1278bamlPropertyArrayStart.AttributeId = 1309bamlPropertyIListStart.AttributeId = 1340bamlPropertyIDictionaryStart.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)
2045short attributeId = bamlPropertyRecord.AttributeId; 2316ReadPropertyRecordBase(attribValue, bamlPropertyRecord.AttributeId, 2638short attributeId = bamlPropertyRecord.AttributeId; 2976short attributeId = bamlPropertyArrayStartRecord.AttributeId; 3024short attributeId = bamlPropertyIListStartRecord.AttributeId; 3080short attributeId = bamlPropertyIDictionaryStartRecord.AttributeId;
System\Windows\Markup\BamlRecords.cs (3)
2024bamlBinaryWriter.Write(AttributeId); 2091bamlBinaryWriter.Write(AttributeId); 2154bamlBinaryWriter.Write(AttributeId);