3 writes to AttributeId
PresentationFramework (3)
src\Framework\System\Windows\Markup\BamlMapTable.cs (2)
648record.AttributeId = id; 1369bamlAttributeInfoRecord.AttributeId = (short)AttributeIdMap.Add(bamlAttributeInfoRecord);
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
4835AttributeId = bamlBinaryReader.ReadInt16();
7 references to AttributeId
PresentationFramework (7)
src\Framework\System\Windows\Markup\BamlMapTable.cs (4)
1379return bamlAttributeInfoRecord.AttributeId; 1656Debug.Assert(AttributeIdMap.Count == record.AttributeId || 1658((BamlAttributeInfoRecord)AttributeIdMap[record.AttributeId]).Name); 1660if (AttributeIdMap.Count == record.AttributeId)
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
4846bamlBinaryWriter.Write(AttributeId); 5187RecordType, GetTypeName(OwnerTypeId), AttributeId, _name);
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
1395bamlEvent.AttributeId = bamlAttributeInfoRecord.AttributeId;