12 references to TypeIdMap
PresentationFramework (12)
System\Windows\Markup\BamlMapTable.cs (12)
359if (AttributeIdMap.Count > 0 || TypeIdMap.Count > 0) 381for (int j=0; j<TypeIdMap.Count; j++) 383BamlTypeInfoRecord info = TypeIdMap[j] as BamlTypeInfoRecord; 394TypeIdMap.Clear(); 411BamlTypeInfoRecord typeInfo = (BamlTypeInfoRecord)TypeIdMap[id]; 503return (BamlTypeInfoRecord) TypeIdMap[id]; 800BamlTypeInfoRecord typeInfo = (BamlTypeInfoRecord)TypeIdMap[bamlAttributeInfoRecord.OwnerTypeId]; 1244bamlTypeInfoRecord.TypeId = (short)TypeIdMap.Add(bamlTypeInfoRecord); 1261Debug.Assert(TypeIdMap.Count == record.TypeId || 1263((BamlTypeInfoRecord)TypeIdMap[record.TypeId]).TypeFullName); 1265if (TypeIdMap.Count == record.TypeId) 1267TypeIdMap.Add(record);