12 references to TypeIdMap
PresentationFramework (12)
System\Windows\Markup\BamlMapTable.cs (12)
367if (AttributeIdMap.Count > 0 || TypeIdMap.Count > 0) 389for (int j=0; j<TypeIdMap.Count; j++) 391BamlTypeInfoRecord info = TypeIdMap[j] as BamlTypeInfoRecord; 402TypeIdMap.Clear(); 419BamlTypeInfoRecord typeInfo = (BamlTypeInfoRecord)TypeIdMap[id]; 511return (BamlTypeInfoRecord) TypeIdMap[id]; 808BamlTypeInfoRecord typeInfo = (BamlTypeInfoRecord)TypeIdMap[bamlAttributeInfoRecord.OwnerTypeId]; 1252bamlTypeInfoRecord.TypeId = (short)TypeIdMap.Add(bamlTypeInfoRecord); 1269Debug.Assert(TypeIdMap.Count == record.TypeId || 1271((BamlTypeInfoRecord)TypeIdMap[record.TypeId]).TypeFullName); 1273if (TypeIdMap.Count == record.TypeId) 1275TypeIdMap.Add(record);