15 references to AttributeIdMap
PresentationFramework (15)
src\Framework\System\Windows\Markup\BamlMapTable.cs (15)
377if (AttributeIdMap.Count > 0 || TypeIdMap.Count > 0) 388for (int i=0; i<AttributeIdMap.Count; i++) 390BamlAttributeInfoRecord info = AttributeIdMap[i] as BamlAttributeInfoRecord; 413AttributeIdMap.Clear(); 666return (BamlAttributeInfoRecord)AttributeIdMap[id]; 697BamlAttributeInfoRecord record = (BamlAttributeInfoRecord)AttributeIdMap[id]; 717BamlAttributeInfoRecord record = (BamlAttributeInfoRecord)AttributeIdMap[id]; 738BamlAttributeInfoRecord record = (BamlAttributeInfoRecord)AttributeIdMap[id]; 754BamlAttributeInfoRecord record = (BamlAttributeInfoRecord)AttributeIdMap[id]; 927BamlAttributeInfoRecord attribInfo = (BamlAttributeInfoRecord)AttributeIdMap[id]; 1369bamlAttributeInfoRecord.AttributeId = (short)AttributeIdMap.Add(bamlAttributeInfoRecord); 1656Debug.Assert(AttributeIdMap.Count == record.AttributeId || 1658((BamlAttributeInfoRecord)AttributeIdMap[record.AttributeId]).Name); 1660if (AttributeIdMap.Count == record.AttributeId) 1662AttributeIdMap.Add(record);