12 references to TypeIdMap
PresentationFramework (12)
System\Windows\Markup\BamlMapTable.cs (12)
355if (AttributeIdMap.Count > 0 || TypeIdMap.Count > 0) 377for (int j=0; j<TypeIdMap.Count; j++) 379BamlTypeInfoRecord info = TypeIdMap[j] as BamlTypeInfoRecord; 390TypeIdMap.Clear(); 407BamlTypeInfoRecord typeInfo = (BamlTypeInfoRecord)TypeIdMap[id]; 501return (BamlTypeInfoRecord) TypeIdMap[id]; 800BamlTypeInfoRecord typeInfo = (BamlTypeInfoRecord)TypeIdMap[bamlAttributeInfoRecord.OwnerTypeId]; 1251bamlTypeInfoRecord.TypeId = (short)TypeIdMap.Add(bamlTypeInfoRecord); 1268Debug.Assert(TypeIdMap.Count == record.TypeId || 1270((BamlTypeInfoRecord)TypeIdMap[record.TypeId]).TypeFullName); 1272if (TypeIdMap.Count == record.TypeId) 1274TypeIdMap.Add(record);