12 references to TypeIdMap
PresentationFramework (12)
src\Framework\System\Windows\Markup\BamlMapTable.cs (12)
377if (AttributeIdMap.Count > 0 || TypeIdMap.Count > 0) 399for (int j=0; j<TypeIdMap.Count; j++) 401BamlTypeInfoRecord info = TypeIdMap[j] as BamlTypeInfoRecord; 412TypeIdMap.Clear(); 429BamlTypeInfoRecord typeInfo = (BamlTypeInfoRecord)TypeIdMap[id]; 521return (BamlTypeInfoRecord) TypeIdMap[id]; 818BamlTypeInfoRecord typeInfo = (BamlTypeInfoRecord)TypeIdMap[bamlAttributeInfoRecord.OwnerTypeId]; 1262bamlTypeInfoRecord.TypeId = (short) TypeIdMap.Add(bamlTypeInfoRecord); 1279Debug.Assert(TypeIdMap.Count == record.TypeId || 1281((BamlTypeInfoRecord)TypeIdMap[record.TypeId]).TypeFullName); 1283if (TypeIdMap.Count == record.TypeId) 1285TypeIdMap.Add(record);