15 references to AttributeIdMap
PresentationFramework (15)
System\Windows\Markup\BamlMapTable.cs (15)
367if (AttributeIdMap.Count > 0 || TypeIdMap.Count > 0) 378for (int i=0; i<AttributeIdMap.Count; i++) 380BamlAttributeInfoRecord info = AttributeIdMap[i] as BamlAttributeInfoRecord; 403AttributeIdMap.Clear(); 656return (BamlAttributeInfoRecord)AttributeIdMap[id]; 687BamlAttributeInfoRecord record = (BamlAttributeInfoRecord)AttributeIdMap[id]; 707BamlAttributeInfoRecord record = (BamlAttributeInfoRecord)AttributeIdMap[id]; 728BamlAttributeInfoRecord record = (BamlAttributeInfoRecord)AttributeIdMap[id]; 744BamlAttributeInfoRecord record = (BamlAttributeInfoRecord)AttributeIdMap[id]; 917BamlAttributeInfoRecord attribInfo = (BamlAttributeInfoRecord)AttributeIdMap[id]; 1359bamlAttributeInfoRecord.AttributeId = (short)AttributeIdMap.Add(bamlAttributeInfoRecord); 1646Debug.Assert(AttributeIdMap.Count == record.AttributeId || 1648((BamlAttributeInfoRecord)AttributeIdMap[record.AttributeId]).Name); 1650if (AttributeIdMap.Count == record.AttributeId) 1652AttributeIdMap.Add(record);