8 writes to AttributeId
PresentationFramework (8)
System\Windows\Markup\BamlRecords.cs (3)
2012AttributeId = bamlBinaryReader.ReadInt16(); 2078AttributeId = bamlBinaryReader.ReadInt16(); 2141AttributeId = bamlBinaryReader.ReadInt16();
System\Windows\Markup\BamlRecordWriter.cs (5)
755bamlComplexProperty.AttributeId = 1233bamlProperty.AttributeId = attributeId; 1276bamlPropertyArrayStart.AttributeId = 1307bamlPropertyIListStart.AttributeId = 1338bamlPropertyIDictionaryStart.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)
2039short attributeId = bamlPropertyRecord.AttributeId; 2310ReadPropertyRecordBase(attribValue, bamlPropertyRecord.AttributeId, 2634short attributeId = bamlPropertyRecord.AttributeId; 2972short attributeId = bamlPropertyArrayStartRecord.AttributeId; 3020short attributeId = bamlPropertyIListStartRecord.AttributeId; 3076short attributeId = bamlPropertyIDictionaryStartRecord.AttributeId;
System\Windows\Markup\BamlRecords.cs (3)
2018bamlBinaryWriter.Write(AttributeId); 2085bamlBinaryWriter.Write(AttributeId); 2148bamlBinaryWriter.Write(AttributeId);