15 references to AttributeIdMap
PresentationFramework (15)
System\Windows\Markup\BamlMapTable.cs (15)
359if (AttributeIdMap.Count > 0 || TypeIdMap.Count > 0) 370for (int i=0; i<AttributeIdMap.Count; i++) 372BamlAttributeInfoRecord info = AttributeIdMap[i] as BamlAttributeInfoRecord; 395AttributeIdMap.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]; 1351bamlAttributeInfoRecord.AttributeId = (short)AttributeIdMap.Add(bamlAttributeInfoRecord); 1638Debug.Assert(AttributeIdMap.Count == record.AttributeId || 1640((BamlAttributeInfoRecord)AttributeIdMap[record.AttributeId]).Name); 1642if (AttributeIdMap.Count == record.AttributeId) 1644AttributeIdMap.Add(record);