1 write to AttributeIdMap
PresentationFramework (1)
System\Windows\Markup\BamlMapTable.cs (1)
1684AttributeIdMap = new List<BamlAttributeInfoRecord>(_attributeIdToInfo),
16 references to AttributeIdMap
PresentationFramework (16)
System\Windows\Markup\BamlMapTable.cs (16)
358if (AttributeIdMap.Count > 0 || TypeIdMap.Count > 0) 369for (int i = 0; i < AttributeIdMap.Count; i++) 371BamlAttributeInfoRecord info = AttributeIdMap[i]; 394AttributeIdMap.Clear(); 644return AttributeIdMap[id]; 675BamlAttributeInfoRecord record = AttributeIdMap[id]; 691BamlAttributeInfoRecord record = AttributeIdMap[id]; 712BamlAttributeInfoRecord record = AttributeIdMap[id]; 728BamlAttributeInfoRecord record = AttributeIdMap[id]; 897BamlAttributeInfoRecord attribInfo = AttributeIdMap[id]; 1345AttributeIdMap.Add(bamlAttributeInfoRecord); 1346bamlAttributeInfoRecord.AttributeId = (short)(AttributeIdMap.Count - 1); 1635Debug.Assert(AttributeIdMap.Count == record.AttributeId || record.Name == AttributeIdMap[record.AttributeId].Name); 1637if (AttributeIdMap.Count == record.AttributeId) 1639AttributeIdMap.Add(record);