8 writes to AttributeId
PresentationFramework (8)
System\Windows\Markup\BamlRecords.cs (3)
2024AttributeId = bamlBinaryReader.ReadInt16(); 2090AttributeId = bamlBinaryReader.ReadInt16(); 2153AttributeId = bamlBinaryReader.ReadInt16();
System\Windows\Markup\BamlRecordWriter.cs (5)
760bamlComplexProperty.AttributeId = 1238bamlProperty.AttributeId = attributeId; 1281bamlPropertyArrayStart.AttributeId = 1312bamlPropertyIListStart.AttributeId = 1343bamlPropertyIDictionaryStart.AttributeId =
12 references to AttributeId
PresentationFramework (12)
System\Windows\Markup\BamlReader.cs (3)
898((BamlPropertyTypeReferenceRecord)_currentBamlRecord).AttributeId); 1644((BamlPropertyTypeReferenceRecord)_currentBamlRecord).AttributeId); 2071((BamlPropertyComplexStartRecord)_currentBamlRecord).AttributeId);
System\Windows\Markup\BamlRecordReader.cs (6)
2054short attributeId = bamlPropertyRecord.AttributeId; 2325ReadPropertyRecordBase(attribValue, bamlPropertyRecord.AttributeId, 2647short attributeId = bamlPropertyRecord.AttributeId; 2985short attributeId = bamlPropertyArrayStartRecord.AttributeId; 3033short attributeId = bamlPropertyIListStartRecord.AttributeId; 3089short attributeId = bamlPropertyIDictionaryStartRecord.AttributeId;
System\Windows\Markup\BamlRecords.cs (3)
2030bamlBinaryWriter.Write(AttributeId); 2097bamlBinaryWriter.Write(AttributeId); 2160bamlBinaryWriter.Write(AttributeId);