8 writes to AttributeId
PresentationFramework (8)
src\Framework\System\Windows\Markup\BamlRecords.cs (3)
2078AttributeId = bamlBinaryReader.ReadInt16(); 2150AttributeId = bamlBinaryReader.ReadInt16(); 2217AttributeId = bamlBinaryReader.ReadInt16();
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (5)
769bamlComplexProperty.AttributeId = 1247bamlProperty.AttributeId = attributeId; 1290bamlPropertyArrayStart.AttributeId = 1321bamlPropertyIListStart.AttributeId = 1352bamlPropertyIDictionaryStart.AttributeId =
12 references to AttributeId
PresentationFramework (12)
src\Framework\System\Windows\Markup\BamlReader.cs (3)
910((BamlPropertyTypeReferenceRecord)_currentBamlRecord).AttributeId); 1656((BamlPropertyTypeReferenceRecord)_currentBamlRecord).AttributeId); 2094((BamlPropertyComplexStartRecord)_currentBamlRecord).AttributeId);
src\Framework\System\Windows\Markup\BamlRecordReader.cs (6)
2085short attributeId = bamlPropertyRecord.AttributeId; 2356ReadPropertyRecordBase(attribValue, bamlPropertyRecord.AttributeId, 2680short attributeId = bamlPropertyRecord.AttributeId; 3020short attributeId = bamlPropertyArrayStartRecord.AttributeId; 3068short attributeId = bamlPropertyIListStartRecord.AttributeId; 3124short attributeId = bamlPropertyIDictionaryStartRecord.AttributeId;
src\Framework\System\Windows\Markup\BamlRecords.cs (3)
2084bamlBinaryWriter.Write(AttributeId); 2157bamlBinaryWriter.Write(AttributeId); 2224bamlBinaryWriter.Write(AttributeId);