10 references to GetTypeInfoFromId
PresentationFramework (10)
System\Windows\Markup\BamlReader.cs (8)
1306
BamlTypeInfoRecord typeInfo = MapTable.
GetTypeInfoFromId
(typeKeyRecord.TypeId);
1426
BamlTypeInfoRecord typeInfo = MapTable.
GetTypeInfoFromId
(keyStartRecord.TypeId);
1553
BamlTypeInfoRecord elementTypeInfo = MapTable.
GetTypeInfoFromId
(elementStartRecord.TypeId);
1955
BamlTypeInfoRecord typeInfo = MapTable.
GetTypeInfoFromId
(bamlRecord.TypeId);
2348
BamlTypeInfoRecord typeInfo = MapTable.
GetTypeInfoFromId
(attrInfo.OwnerTypeId);
2399
BamlTypeInfoRecord valueTypeInfo = MapTable.
GetTypeInfoFromId
(attrInfo.OwnerTypeId);
2474
BamlTypeInfoRecord valueTypeInfo = MapTable.
GetTypeInfoFromId
(attrInfo.OwnerTypeId);
2587
BamlTypeInfoRecord valueTypeInfo = MapTable.
GetTypeInfoFromId
(typeId);
System\Windows\Markup\BamlRecordReader.cs (2)
1156
BamlTypeInfoRecord typeInfo = MapTable.
GetTypeInfoFromId
(bamlElementRecord.TypeId);
5229
typeInfo = MapTable.
GetTypeInfoFromId
(typeId);