10 references to GetTypeInfoFromId
PresentationFramework (10)
src\Framework\System\Windows\Markup\BamlReader.cs (8)
1318
BamlTypeInfoRecord typeInfo = MapTable.
GetTypeInfoFromId
(typeKeyRecord.TypeId);
1438
BamlTypeInfoRecord typeInfo = MapTable.
GetTypeInfoFromId
(keyStartRecord.TypeId);
1565
BamlTypeInfoRecord elementTypeInfo = MapTable.
GetTypeInfoFromId
(elementStartRecord.TypeId);
1977
BamlTypeInfoRecord typeInfo = MapTable.
GetTypeInfoFromId
(bamlRecord.TypeId);
2372
BamlTypeInfoRecord typeInfo = MapTable.
GetTypeInfoFromId
(attrInfo.OwnerTypeId);
2423
BamlTypeInfoRecord valueTypeInfo = MapTable.
GetTypeInfoFromId
(attrInfo.OwnerTypeId);
2498
BamlTypeInfoRecord valueTypeInfo = MapTable.
GetTypeInfoFromId
(attrInfo.OwnerTypeId);
2611
BamlTypeInfoRecord valueTypeInfo = MapTable.
GetTypeInfoFromId
(typeId);
src\Framework\System\Windows\Markup\BamlRecordReader.cs (2)
1180
BamlTypeInfoRecord typeInfo = MapTable.
GetTypeInfoFromId
(bamlElementRecord.TypeId);
5289
typeInfo = MapTable.
GetTypeInfoFromId
(typeId);