10 references to GetTypeInfoFromId
PresentationFramework (10)
System\Windows\Markup\BamlReader.cs (8)
1308
BamlTypeInfoRecord typeInfo = MapTable.
GetTypeInfoFromId
(typeKeyRecord.TypeId);
1432
BamlTypeInfoRecord typeInfo = MapTable.
GetTypeInfoFromId
(keyStartRecord.TypeId);
1559
BamlTypeInfoRecord elementTypeInfo = MapTable.
GetTypeInfoFromId
(elementStartRecord.TypeId);
1962
BamlTypeInfoRecord typeInfo = MapTable.
GetTypeInfoFromId
(bamlRecord.TypeId);
2361
BamlTypeInfoRecord typeInfo = MapTable.
GetTypeInfoFromId
(attrInfo.OwnerTypeId);
2412
BamlTypeInfoRecord valueTypeInfo = MapTable.
GetTypeInfoFromId
(attrInfo.OwnerTypeId);
2487
BamlTypeInfoRecord valueTypeInfo = MapTable.
GetTypeInfoFromId
(attrInfo.OwnerTypeId);
2600
BamlTypeInfoRecord valueTypeInfo = MapTable.
GetTypeInfoFromId
(typeId);
System\Windows\Markup\BamlRecordReader.cs (2)
1138
BamlTypeInfoRecord typeInfo = MapTable.
GetTypeInfoFromId
(bamlElementRecord.TypeId);
5208
typeInfo = MapTable.
GetTypeInfoFromId
(typeId);