10 references to GetTypeInfoFromId
PresentationFramework (10)
System\Windows\Markup\BamlReader.cs (8)
1296
BamlTypeInfoRecord typeInfo = MapTable.
GetTypeInfoFromId
(typeKeyRecord.TypeId);
1416
BamlTypeInfoRecord typeInfo = MapTable.
GetTypeInfoFromId
(keyStartRecord.TypeId);
1543
BamlTypeInfoRecord elementTypeInfo = MapTable.
GetTypeInfoFromId
(elementStartRecord.TypeId);
1945
BamlTypeInfoRecord typeInfo = MapTable.
GetTypeInfoFromId
(bamlRecord.TypeId);
2338
BamlTypeInfoRecord typeInfo = MapTable.
GetTypeInfoFromId
(attrInfo.OwnerTypeId);
2389
BamlTypeInfoRecord valueTypeInfo = MapTable.
GetTypeInfoFromId
(attrInfo.OwnerTypeId);
2464
BamlTypeInfoRecord valueTypeInfo = MapTable.
GetTypeInfoFromId
(attrInfo.OwnerTypeId);
2577
BamlTypeInfoRecord valueTypeInfo = MapTable.
GetTypeInfoFromId
(typeId);
System\Windows\Markup\BamlRecordReader.cs (2)
1147
BamlTypeInfoRecord typeInfo = MapTable.
GetTypeInfoFromId
(bamlElementRecord.TypeId);
5220
typeInfo = MapTable.
GetTypeInfoFromId
(typeId);