15 references to AttributeIdMap
PresentationFramework (15)
System\Windows\Markup\BamlMapTable.cs (15)
355if (AttributeIdMap.Count > 0 || TypeIdMap.Count > 0) 366for (int i=0; i<AttributeIdMap.Count; i++) 368BamlAttributeInfoRecord info = AttributeIdMap[i] as BamlAttributeInfoRecord; 391AttributeIdMap.Clear(); 648return (BamlAttributeInfoRecord)AttributeIdMap[id]; 679BamlAttributeInfoRecord record = (BamlAttributeInfoRecord)AttributeIdMap[id]; 699BamlAttributeInfoRecord record = (BamlAttributeInfoRecord)AttributeIdMap[id]; 720BamlAttributeInfoRecord record = (BamlAttributeInfoRecord)AttributeIdMap[id]; 736BamlAttributeInfoRecord record = (BamlAttributeInfoRecord)AttributeIdMap[id]; 909BamlAttributeInfoRecord 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);