10 references to GetTypeInfoFromId
PresentationFramework (10)
System\Windows\Markup\BamlReader.cs (8)
1307
BamlTypeInfoRecord typeInfo = MapTable.
GetTypeInfoFromId
(typeKeyRecord.TypeId);
1431
BamlTypeInfoRecord typeInfo = MapTable.
GetTypeInfoFromId
(keyStartRecord.TypeId);
1555
BamlTypeInfoRecord elementTypeInfo = MapTable.
GetTypeInfoFromId
(elementStartRecord.TypeId);
1958
BamlTypeInfoRecord typeInfo = MapTable.
GetTypeInfoFromId
(bamlRecord.TypeId);
2354
BamlTypeInfoRecord typeInfo = MapTable.
GetTypeInfoFromId
(attrInfo.OwnerTypeId);
2405
BamlTypeInfoRecord valueTypeInfo = MapTable.
GetTypeInfoFromId
(attrInfo.OwnerTypeId);
2480
BamlTypeInfoRecord valueTypeInfo = MapTable.
GetTypeInfoFromId
(attrInfo.OwnerTypeId);
2593
BamlTypeInfoRecord valueTypeInfo = MapTable.
GetTypeInfoFromId
(typeId);
System\Windows\Markup\BamlRecordReader.cs (2)
1137
BamlTypeInfoRecord typeInfo = MapTable.
GetTypeInfoFromId
(bamlElementRecord.TypeId);
5201
typeInfo = MapTable.
GetTypeInfoFromId
(typeId);